Hi
while Exporting Design from XPS to SDK ,I am getting problem oF arm-gcc-eabi is a bad external or internal command ,What to Do to Rectify This can Anybody can HElp
Hi
while Exporting Design from XPS to SDK ,I am getting problem oF arm-gcc-eabi is a bad external or internal command ,What to Do to Rectify This can Anybody can HElp
**** Build of configuration Debug for project Test ****
make all
Building file: ../src/helloworld.c
Invoking: ARM gcc compiler
arm-xilinx-eabi-gcc -Wall -O0 -g3 -c -fmessage-length=0 -I../../standalone_bsp_0/ps7_cortexa9_0/include -MMD -MP -MF"src/helloworld.d" -MT"src/helloworld.d" -o"src/helloworld.o" "../src/helloworld.c"
'arm-xilinx-eabi-gcc' is not recognized as an internal or external command,
operable program or batch file.
make: *** [src/helloworld.o] Error 1
Assuming you are using the 14.4 tool set it is a know issue:
http://www.xilinx.com/support/answers/53306.htm
The workaround is to invoke SDK in standalone mode or modify your tool shortcut to include the settings64.bat.
In many cases a quick google search with the error returned will turn up these know errors, as it does with this one.
-Gary