Skip to content

Add content to export_to_third_party.md #376

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 1 commit into from
Jan 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/tools/toolchains/export_to_third_party.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ This command creates the `.project` and `.cproject` files in the root folder of

You can open this new project with an Eclipse CDT, which has the GNU Arm Eclipse plug-ins installed.

<span class="notes">**Note:** Using the Mbed command-line tools to build and export GNU Arm Eclipse breaks compile. Running 'mbed export -I gnuarmeclipse' touches `.mbedignore`, which includes Nanostack. Trying to run 'mbed compile' again fails because the exporter touches `.mbedignore`.</span>

#### GNU Arm Eclipse on Windows: 8Kb command length limitation

Prior to version 2.6.1 of GNU Arm Eclipse, the build tools of the GNU Arm Eclipse plugin used the Windows `cmd.exe` shell. This exposed the build system to a limitation of `cmd.exe`. Please upgrade your version of GNU Arm Eclipse if you encounter a problem such as:
Expand Down