Skip to content

build fails for feather_m0_basic #121

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

Closed
g-ollivier opened this issue Apr 18, 2017 · 4 comments
Closed

build fails for feather_m0_basic #121

g-ollivier opened this issue Apr 18, 2017 · 4 comments

Comments

@g-ollivier
Copy link

g-ollivier commented Apr 18, 2017

Hello,

Build works for feather_m0_express but doesnt anymore for feather_m0_basic
ld: region `FLASH' overflowed by 248 bytes

I checked with previous releases 0.9.3 and 0.9.4 and had the same error.

Best Regards
Guillaume

@g-ollivier
Copy link
Author

g-ollivier commented Apr 18, 2017

Re,
Which version of gcc-arm must be used now ?
if I use gcc-arm 5.4 2016q2 version, I get the overflow error message with 248 bytes.
If I use gcc-arm 5.4 2016q3 version, the overflow is 264 bytes
(I alse get a overflow error for de adalogger version : 296 bytes).
Thank you

@g-ollivier
Copy link
Author

Re,
Sorry for the noise.

Made it work with release 6-2017-q1 update
found here https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads

Closing this issue.

@dhalbert
Copy link
Collaborator

FYI: if on Ubuntu, ppa:team-gcc-arm-embedded/ppa seems to work fine and was easy to install:

sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
sudo apt update
sudo apt install gcc-arm-embedded python build-essential

I have used this both on 14.04 and 16.04.

@tannewt
Copy link
Member

tannewt commented Apr 18, 2017

No worries @g-ollivier. I always keep up with the latest. (The continuous build actually updates automatically.)

Thanks for the tips @dhalbert.

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