We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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