Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CC3200, message arm-none-eabi-gcc: error: nano.specs: No such file or directory #1238

Closed
asez73 opened this issue May 7, 2015 · 3 comments
Closed

Comments

@asez73
Copy link

asez73 commented May 7, 2015

while making CC3200 bootloader and application, I have a compile time error with message arm-none-eabi-gcc: error: nano.specs: No such file or directory
File ../../localconfig.mk is invoqued in CC3200/Makefile but not provided in repository.
Looks like some local configurations are not set.
I do have an arm-none-eabi-gcc that can be accessed from command prompt...

@dpgeorge
Copy link
Member

dpgeorge commented May 7, 2015

nano.specs should come with your arm-none-eabi-* install. Eg, for me I get:

% find /usr/arm-none-eabi -name nano.specs
/usr/arm-none-eabi/lib/thumb/nano.specs
/usr/arm-none-eabi/lib/armv7e-m/nano.specs
/usr/arm-none-eabi/lib/armv7e-m/softfp/nano.specs
/usr/arm-none-eabi/lib/armv7e-m/fpu/nano.specs
/usr/arm-none-eabi/lib/armv7-m/nano.specs
/usr/arm-none-eabi/lib/nano.specs
/usr/arm-none-eabi/lib/armv7-ar/thumb/nano.specs
/usr/arm-none-eabi/lib/armv7-ar/thumb/softfp/nano.specs
/usr/arm-none-eabi/lib/armv7-ar/thumb/fpu/nano.specs
/usr/arm-none-eabi/lib/armv6-m/nano.specs
/usr/arm-none-eabi/lib/fpu/nano.specs

../../localconfig.mk is not needed, it's only if you want to override defaults in the makefile.

@danicampora
Copy link
Member

Yes, exactly that's why is included as -include, it's only optional. It builds perfectly on Travis...

@asez73
Copy link
Author

asez73 commented May 7, 2015

Ok, I found some strange things in my configuration: apparently, there are 4 differents arm-none-eabi installed: TI, ARM and a stranger one scattered in differents sudirectories definitly not standard...
Sorry for this false bug report!
You should close it now.

@asez73 asez73 closed this as completed May 7, 2015
tannewt pushed a commit to tannewt/circuitpython that referenced this issue Oct 9, 2018
String internationalization for Brazilian Portuguese
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants