KUI
1
Just updated from the SVN. And downloaded the new mios32_toolchain.
Here is what I get:
**** Build of configuration Default for project midibox_ng_v1 ****
make all
rm -f project.hex
arm-none-eabi-gcc.exe: nano.specs: No such file or directory
make: *** [project_build/project.elf] Error 1
**** Build Finished ****
I am using Eclipse
Eclipse IDE for C/C++ Developers
Version: Indigo Service Release 1
Build id: 20110916-0149
Am I missing something?
Thanks
KUI
T.K
2
It seems that your Eclipse setup doesn’t reference the right GCC version.
Did you configure the PATH to this version somewhere?
Another good test for the version number is following command line:
arm-none-eabi-gcc --version
it should return:
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.7.4 20130913 (release) [ARM/embedded-4_7-branch revision 202601]
Copyright © 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Best Regards, Thorsten.
KUI
3
Got it sorted.
Somehow I had to redo my Path?
KUI