Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Core build toolchain preference page

Hello,

The purpose is to support a custom compiler/toolchain to support your project.

If you have created a CMake project in the macOS the default toolchain is "clang". If you would like to add your toolchain(compiler) to support your project (for example xtensa-esp32-elf-gcc) then you can configure it through the core build toolchain preference page. If you have multiple toolchains configured, there is an option to choose the toolchain in the builds settings tab of the launch configuration window.


Best Regards,
Kondal



On Wed, May 11, 2022 at 6:16 PM ahmed awais <awais.ahmed119@xxxxxxxxx> wrote:
Hi All,

I'm having trouble understanding the workflow of the core build toolchain preference page where users can add a new toolchain. I tried to add a new toolchain but this toolchain is not visible in project creation wizards or makefile project wizard. What is the actual purpose of this preference page and how to use it?

Regards,
Awais Ahmed
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top