-
Notifications
You must be signed in to change notification settings - Fork 2k
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
lpc2387: Add missing exception tables to linker script #3116
Conversation
Copied from kinetis_common
14d97c8
to
79ca190
Compare
rebased after #3120 was merged. |
Could someone with an msba2 board, or other lpc2387, test this to make sure it still runs? |
Who has an msba2, pttu or avsextrem board available for testing? |
Sorry, won't be able to test for the next 2,5 weeks. There are some MSB-A2 boards at FU Berlin (@haukepetersen, @kaspar030) and at HAW (@BytesGalore, @Lotterleben). |
It would be nice if we could get this merged in time for release 2015.06. This issue blocks C++ support on those boards. |
ping @BytesGalore |
wow sorry, missed this one. |
ok so far,
building
but they seem unrelated (or only related to my compiler version) |
ok, its the same for the code sourcery compiler gcc version 4.8.3 20140320 (prerelease) (Sourcery CodeBench Lite 2014.05-28) [1] [1] https://github.com/RIOT-OS/RIOT/wiki/Family:-ARM#codebench-for-linux |
The C++11 examples are not expected to run with this change alone, but this PR is a prerequisite for #3107 |
@gebart In that case yes, ACK :) |
lpc2387: Add missing exception tables to linker script
Copied from kinetis_common
Found during build test of #3115