mcuXpresso stuck in Discover compiler built-in

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

mcuXpresso stuck in Discover compiler built-in

1,054 Views
simonfourquier
Contributor I

Hello

I try to build project for lpc1769 but mcuxperrso stuck in Discover compiler built-in 

simonfourquier_0-1718365223448.png

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

 

 

 

0 Kudos
Reply
2 Replies

956 Views
simonfourquier
Contributor I

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)

0 Kudos
Reply

1,026 Views
Harry_Zhang
NXP Employee
NXP Employee

Hi @simonfourquier 

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

0 Kudos
Reply