mcuXpresso stuck in Discover compiler built-in

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

mcuXpresso stuck in Discover compiler built-in

1,071 次查看
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 项奖励
回复
2 回复数

973 次查看
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 项奖励
回复

1,043 次查看
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 项奖励
回复