Hello
I encounter a wired issue by using external builder (Gnu Make Builder) to compile Armv8 project with DS-5 v5.22/5.23 compiler 6.
I simply created a "Hello World" example project as ARM link provide:
http://ds.arm.com/developer-resources/tutorials/arm-compiler-6-bare-metal-hello-world-c-using-the-armv8-model/
When I set builder in C/C++ Builder, Tool Chain Editor page to "Gnu Make Builder" (means builder type: External Builder), I always got error message:
//---------------------------------------------------------------------------------------------------------------------------------------------
14:21:20 **** Incremental Build of configuration Debug for project HelloARMv8 ****
make all
'"C:\Users\ernietan\AppData\Roaming\Microsoft\Windows\IEUpdate\cacls.exe"' is not recognized as an internal or external command,
operable program or batch file.
'Building file: ../hellov8.c'
subdir.mk:18: recipe for target 'hellov8.o' failed
make: *** [hellov8.o] Error 1
14:21:20 Build Finished (took 125ms)
//----------------------------------------------------------------------------------------------------------------------------------------------
However, I can successfully compile/generate .axf file if set "CDT Internal Builder" (means builder type: Internal Builder).
I think it must be some system environment setting issue. Is there anyone can help out this? Thanks~~~~
System Info:
Window 7 64-bit
ARM DS-5 Ultimate Edition v5.22 and v5.23 (I tried both versions)
Compiler 6/6.3 (I tried both versions)
Regards,
Ernie
Hi Stefanostefanocadario
I found a detour to resolve the issue of GNU Make Builder.
"http://gnuarmeclipse.github.io/windows-build-tools/install/"
Since the issue is sourced only from GNU Make Builder and console responses missing windows command line.
Then, I downloaded GNU ARM Eclipse tool and followed the installation guide to add path to project setting.
Problem resolved!!
With further analysis...
GNU ARM Eclipse build tool provides 2 command lines, sh.exe and echo.exe, can let project be built/compiled successfully.
Hi Emie, Great! I am glad you resolved the issue. Best Regards, Stefano