-
Notifications
You must be signed in to change notification settings - Fork 3k
Enhancement - exporter/cdt #4828
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. I like it.
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 100 All exports and builds passed! |
Since Eclipse supports working with multiple projects in the same workspace, .launch file name should include project name for creating unique per-project .launch file.
On Linux machines arm-none-eabi-gdb executable do not have .exe suffix. On Windows machines - it is possible to run an executable without explicit .exe suffix. This change fixes debugger settings for Linux hosts
c15a661
to
4b5535f
Compare
@theotherjimmy - please check again. |
Excelent. It passed travis. Thanks for the update. |
/morph export-build |
Result: FAILUREYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 114 Exporter Build failed! |
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 116 All exports and builds passed! |
Description
.launch
file according to project name:Since Eclipse supports working with multiple projects in the same workspace, .launch file name should include project name for creating unique per-project
.launch
file..exe
suffixOn Linux machines
arm-none-eabi-gdb
executable do not have.exe
suffix.On Windows machines - it is possible to run an executable without explicit
.exe
suffix.This change fixes debugger settings for Linux hosts
Status
READY
Migrations
NO
Related PRs
N/A
Todos
N/A
Deploy notes
N/A
Steps to test or reproduce
On a Linux host execute following steps:
mbed export -m K64F -i eclipse_gcc_arm
File->Import->General->Existing Projects into Workspace