3 posts / 0 new
Last post
clementb
Offline
Last seen:5 years 8 months ago
加入:2015-04-22 10:16
Error #5 with UM-B-003

Hi,
I do the UM-B-003 with a developement kit pro for DA14580 and i have a problem.
Indeed, i'm ine the part 6.6 and i try do build but i have an error message:

Rebuild target 'template'
编译system_ARMCM0.c……
"no source": Error: #5: cannot open source input file "..\..\..\src\plf\refip\src\arch\boot\rvds\system_ARMCM0.c": No such file or directory
..\..\..\src\plf\refip\src\arch\boot\rvds\system_ARMCM0.c: 0 warnings, 1 error
组装博ot_vectors.s...
boot_vectors.s: error: A1023E: File "..\..\..\src\plf\refip\src\arch\boot\rvds\boot_vectors.s" could not be opened: No such file or directory
".\out\template.axf" - 1 Error(s), 0 Warning(s).
Target not created.

But i add this file, can you help me?
Thanks,
Clément

Device:
owen
Offline
Last seen:5 years 6 months ago
加入:2015-05-26 18:12
Did you get an answer on this

Did you get an answer on this? I have a similar issue in my first time using MDK5. I think it might be related to maximum Windows command size.

The compiler command for some specific file has perhaps 5kB of arguments like "-I C:/folder/path/path/path/feature" and all of it looks correct, however I suspect maybe Windows truncates a very long command-line argument. There is a compiler option "-via" that allows to put arguments in text files instead of passing them on command line, but I have not been able to use via with MDK5.
I have no solution yet.
Owen

JBaczuk
Offline
Last seen:1 year 6 months ago
加入:2014-12-31 23:41
I'm having this problem too.

I was having this problem with SDK5 too, but I realized when I created my project from the template folder, I removed it from the template folder and moved it up 1 level into the target_apps folder. The file was relatively referenced and it broke that reference.