Hello
I try to build project for lpc1769 but mcuxperrso stuck in Discover compiler built-in
Can you help me?
I'm on debian and MCUXpresso IDE v11.9.1
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux trixie/sid
Release: n/a
Codename: trixie
is a bug in eclipse on Debian testing
https://github.com/eclipse-cdt/cdt/issues/835
we can controuning it with
prlimit --nofile=3741816:1073741816 -p $(pidof mcuxpressoide)
1. Ensure that your MCU Xpress IDE has been updated to the latest version. You can download the latest version of MCUXpresso IDE from the NXP official website.
2. Check your project settings to ensure that the compiler and target device are configured correctly. In the MCU Xpress IDE, click on "Project" ->"Properties", then select "C/C++Build" ->"Settings" on the left side. In the "Tool Settings" tab on the right, check the settings in the "MCU Linker" section to ensure that the correct target device (lpc1769) is selected.
3. If the problem persists, try creating a new project and copying your source code files to the new project. This can sometimes solve some issues related to project settings.
Hope this will help you.
BR
Hang