-
Notifications
You must be signed in to change notification settings - Fork 2.1k
riot_and_cpp: do not link on build tests for stm32f0discovery #2204
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
riot_and_cpp: do not link on build tests for stm32f0discovery #2204
Conversation
This depends on the toolchain, right? |
Apparently, yes. |
The toolchain I used to see this was
|
And it is the same as used by Travis? |
Since I use the same repository that travis does, I would guess so:
|
OK, then let's use this as a hot fix. Please do add a note explaining this to the Makefile. |
@authmillenon : could you try again with
|
Nope, still no sufficient RAM
|
Addressed @LudwigOrtmann's comment |
it's Anyways, I still can't reproduce and haven't got any clue yet. :)
|
ACK unless @dangnhat wants to provide a proper solution instead. |
a45fbf5
to
995998b
Compare
Squashed, now waiting for travis to finish |
I go with what the Makefile-Macro states ;-P |
ACK with memo tag, can't fix this now but I will look into it again when I'm done with my thesis. :-) |
Oops |
Needs re-ACK I guess |
Please squash and remove the label. ACK, merge at will. |
Travis is happy except for the squashing .. @authmillenon do it ;) |
7305bd9
to
58e8b75
Compare
Squashed, had no merge conflicts, so go. |
…stm32f0discovery riot_and_cpp: do not link on build tests for stm32f0discovery
Fixes #2203