Compiling problems using latest Mcuxpresso revision v11.5.0_7232

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

Compiling problems using latest Mcuxpresso revision v11.5.0_7232

3,403 Views
f_pierazzoli
Contributor I

Hi,
I just updated MCUXpresso IDE to the latest revision (v11.5.0 Build 7232).
The revision I used until now was v11.4.1 Build 6260.
Now I cannot compile no more. The process abort at start issuing this message:

Errors occurred during the build.
Errors running builder 'CDT Builder' on project 'CarrierPln2'.
Unexpcted/incorrect call to old clean method. Client code must call clean(Map,IProgressMonitor)

Could you help me to solve this problem?

 

0 Kudos
13 Replies

3,028 Views
scornelius
Contributor III

All,

I have the same problem with only one of a dozen different projects.
On Windows 10, I'm running MCUXpressoIDE_11.5.0_7232.exe.

I think this is relevant, but don't know how to resolve it locally.
As you said, it looks like the eclipse team is aware of the problem, and issued a fix.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=575903

How do we get the IDE updated to verify?

0 Kudos

2,984 Views
lpcxpresso_supp
NXP Employee
NXP Employee

Hi,

We plan to update the CDT version (with the fix included) for the next minor version, IDE 11.5.1 (~mid April).

Regards,

MCUXpresso IDE Support

0 Kudos

3,338 Views
lpcxpresso_supp
NXP Employee
NXP Employee

Hi,

It will be interesting for us (as @danielholala already mentioned) if an example project from SDK is compiling ok on your environment.

We suspect you are using cmake4eclipse plugin which has a reported issue on eclipse community:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=575903

Its fix will be integrated with a newer eclipse version in our next major release.

Regards,

MCUXpresso IDE Support

0 Kudos

3,331 Views
f_pierazzoli
Contributor I

I tried compiling an example project from SDK and it works without issues.
I'm trying to see differences between this working example project and mine, but I don't see any significant differences, at least in the toolchains definitions.
How can I see if I'm using cmake4eclipse plugin ?

0 Kudos

3,216 Views
CarlosGarabito
NXP TechSupport
NXP TechSupport

the cmake4eclipse can you find on MCUXpress, in the menu help --> Eclipse marketplace, find cmake and you can find if have or not the cmake4eclipse

 

CarlosGarabito_0-1643053108865.png

 

3,206 Views
f_pierazzoli
Contributor I

Hi,
it seems I've not installed such plug-in.

f_pierazzoli_0-1643115625830.png

what can we deduce from this?

Thanks

 

0 Kudos

3,188 Views
CarlosGarabito
NXP TechSupport
NXP TechSupport

Well, We can deduce that the problem didn't come from cmake4eclipse plug-in, so, you can check if you can make, build and compile an example project with the new version of MCUXpresso IDE in an new workspace (you need make new folder were you can store the new project)

its also good idea that you can share your project on which you reproduce this problem as says lpcxpresso_supp with some pictures.

3,309 Views
lpcxpresso_supp
NXP Employee
NXP Employee

Actually, if you are using cmake project you should have at least a CMakeLists.txt file on top of you project dir. But this was just a guess according with the bug description. If you are saying that your project is similar with SDK’s then maybe you just found another way to reproduce the same problem (without cmake).

 

Anyway, could you share with us a simple project on which you reproduce this problem?

 

Regards,

MCUXpresso IDE Support

0 Kudos

3,372 Views
f_pierazzoli
Contributor I

I tried creating a new workspace, created from scratch and then I imported in it my projects from File System.
After that, first time I compile it works, on all projects!
I can compile more times always without problems, but, if I close Mcuxpresso, after restart it I cannot compile anymore (with same error issuing).
Any clues?

 

 

0 Kudos

3,393 Views
f_pierazzoli
Contributor I

Hi, thanks for replying.
Yes, of course I tried to clean (but without success).
Same behaviour also with other projects.
If I revert to the previous IDE version (11.4.1 Build 6260) I back to compile successfully.
Now I'm trying with a new project from scratch.







 

0 Kudos

3,378 Views
liborukropec
NXP Employee
NXP Employee

Hi,

 

please make sure you are using brand new workspace - for both new and copied projects. This way you avoid some incompatibilities between workspace settings where compatibility is not guaranteed for 100%.

 

Regards,

Libor

0 Kudos

3,384 Views
danielholala
Senior Contributor II

What can I say. I "drag'n'dropped" my project from V11.4.1 workspace into the project explorer of V11.5 and it compiles. Also tried a standalone example successfully. However, I'm still using SDK V2.10.1 via "Plugin SDK" mechanism (not by downloading a zip file from SDK builder).

0 Kudos

3,395 Views
danielholala
Senior Contributor II

Did you try to "clean" your project before building it?

Did you try whether example projects compile successfully?

0 Kudos