Jump to content

Help Can't Build


KUI
 Share

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...