Skip to content

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

Merged
merged 3 commits into from
Aug 10, 2017

Conversation

alzix
Copy link
Contributor

@alzix alzix commented Jul 28, 2017

Description

  1. Rename Eclipse .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.
  2. Fix CDT debugger settings on Linux - remove .exe suffix
    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

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:

  1. cd mbed-os-example-blinky
  2. mbed export -m K64F -i eclipse_gcc_arm
  3. Launch eclipse
  4. Click File->Import->General->Existing Projects into Workspace
  5. Build
  6. Launch the debugger

Copy link
Contributor

@theotherjimmy theotherjimmy left a 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.

@theotherjimmy
Copy link
Contributor

/morph export-build

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed Build Number: 100

All exports and builds passed!

@theotherjimmy
Copy link
Contributor

@alzix Could you rebase to include #4839 and fix the travis build?

Alexander Zilberkant added 3 commits August 1, 2017 08:40
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
@alzix alzix force-pushed the enhancement/exporter/cdt branch from c15a661 to 4b5535f Compare August 1, 2017 05:41
@alzix
Copy link
Contributor Author

alzix commented Aug 1, 2017

@theotherjimmy - please check again.

@theotherjimmy
Copy link
Contributor

Excelent. It passed travis. Thanks for the update.

@0xc0170
Copy link
Contributor

0xc0170 commented Aug 7, 2017

/morph export-build

@mbed-bot
Copy link

mbed-bot commented Aug 7, 2017

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed Build Number: 114

Exporter Build failed!

@0xc0170
Copy link
Contributor

0xc0170 commented Aug 9, 2017

/morph export-build

@mbed-bot
Copy link

mbed-bot commented Aug 9, 2017

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed Build Number: 116

All exports and builds passed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants