mcuXpresso stuck in Discover compiler built-in

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

mcuXpresso stuck in Discover compiler built-in

1,070件の閲覧回数
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 返答(返信)

972件の閲覧回数
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,042件の閲覧回数
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 件の賞賛
返信