Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Can I switch from local to crosscompiler ?
Can I switch from local to crosscompiler ? [message #1844165] Fri, 03 September 2021 19:31 Go to next message
Anne Ranch is currently offline Anne RanchFriend
Messages: 85
Registered: October 2020
Member
Following the wizard I can configure to
LinuxGCC or
CrossGCC

After successful run as local application I like to switch to CrossGCC.

I can start with CrossGCC which gives me an option
to assign prefix and path to crosscompiler.
Removing the "prefix" assigns some unknown , usually unusable,
crosscomplier, but that is not a issue.

The question is
can I change the "local compiler" to "cross compile" - there is no "Cross Setting" option when I start with "local" compilation.

Or did I missed it somewhere ?
Re: Can I switch from local to crosscompiler ? [message #1844174 is a reply to message #1844165] Sat, 04 September 2021 15:23 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
You can change the toolchain with
Project --> Properties --> C/C++ Build --> Tool Chain Editor

Changing the dropdown in Current toolchain:
will change the toolchain for the currently selected Build configuration
set at the top of the dialog.

Removing the prefix in a cross-compile
will simply select the first compiler (g++ or gcc)
in the current path.

Previous Topic:Indexing problem after debugging
Next Topic:Eclipse with ESP-IDF plugin: I keep having to rebuild the index for no reason
Goto Forum:
  


Current Time: Fri Apr 19 23:24:10 GMT 2024

Powered by FUDForum. Page generated in 0.03105 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top