-
Notifications
You must be signed in to change notification settings - Fork 3k
add GCC_CR as toolchain for memmap #3712
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
Conversation
@JojoS62 What version of LPCXpresso are you using? Is it repackaging GNU ARM Embedded? If so I'd like to get rid of this as an option. |
Would it make more sense to make the LPCXpresso exporter use GCC_ARM and completely remove GCC_CR? |
I'm using the actual 8.2.2 version. The differences between GCC_ARM and GCC_CR that I know are only some different libraries. Also the startup code and the linker script are slightly different. But the tools and compiler flags are the same.
|
ok, I have tried again to use th eclipse_gcc_arm exporter for LPCX and it works in general. There are few error messages but that can be ignored/fixed. The biggest change is that the makefile is used instead of the settings via dialogs and there is only one launch-configuration, no seperate ones for debug/release. Debugging works too, I've tested first only my 'poor' target LPC824 which is a little too small (8k RAM) for mbed-os, mbed-classic would fit better for this device. I'll keep trying. |
Yeah - lets start a process of toolchain support removal for GCC_CR. I started this last year but got interrupted and never completed. |
/morph export-build |
Result: FAILUREYour command has finished executing! Here's what you wrote!
|
Sorry for all the testing spam, had to restart the machines. /morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 129 All exports and builds passed! |
Description
A few sentences describing the overall goals of the pull request's commits.
Issue #3711
Status
READY
Migrations
NO
Todos
Steps to test or reproduce
Outline the steps to test or reproduce the PR here.
mbed compile -t GCC_CR