Jump to content

Recommended Posts

Posted

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

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...