Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Adding an alias to CDT Build Console (MacOS)
Adding an alias to CDT Build Console (MacOS) [message #1861844] Wed, 08 November 2023 01:29
Anthony Zeater is currently offline Anthony ZeaterFriend
Messages: 1
Registered: November 2023
Junior Member
Hi,

I'm currently using a custom flavour of Eclipse CDT for embedded development on a Macbook Pro running Sonoma and need to run some python scripts as part of the pre-build and post-build process. These scripts are written to use the "python" command however I need to run python under rosetta 2 to get these scripts to work correctly.

I've successfully made an alias so python points to arch -x86_64 /usr/bin/python3 however the Eclipse CDT Build Console doesn't seem to read in the alias I've added to my .zshrc file.

Is there a way to add the alias into the configuration of Eclipse? I don't want to modify the scripts as they are provided by a supplier and are used by other members of my team that run with other operating systems.
Previous Topic:eclipse crosscompile for beaglebone
Next Topic:CDT builder fails 2023-09 (4.29.0)
Goto Forum:
  


Current Time: Sun Jan 19 08:12:20 GMT 2025

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

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

Back to the top