Warning: "Unknown compiler GNUC"

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

Warning: "Unknown compiler GNUC"

Jump to solution
661 Views
mickkelo
Contributor II

Hi. Yesterday all worked properly, but today when I build my project I'm getting:

 

DescriptionResourcePathLocationType
Generator: Warning: "Unknown compiler GNUC"usbserialLEDBProcessor Expert Problem
Generator: Warning: "Unknown compiler GNUC"usbserialLEDGProcessor Expert Problem
Generator: Warning: "Unknown compiler GNUC"usbserialLEDRProcessor Expert Problem

 

I haven't changed any configuration parameter or file in this project.

How can I solve that warnings?

 

Thanks.

 

 

Labels (1)
1 Solution
527 Views
BlackNight
NXP Employee
NXP Employee

Hello,

just a wild guess based on the error message: have you imported other Processor Expert components? From the message, it appears it does not know the GNU C compiler (which obviously you are using)?

If this is the case:

- open C:\ProgramData\Processor Expert\CWMCU_PE5_00\Drivers\sw\CommonSupport.prg

- add a line

%elif %Compiler = "GNUC"

to the other compiler checks (above the warning).


I hope this helps.

View solution in original post

4 Replies
527 Views
Monica
Senior Contributor III

Mickkelo, let us know if it worked out! :smileywink:

Regards

0 Kudos
527 Views
mickkelo
Contributor II

Monica, everything works correctly despite off the message.

527 Views
BlackNight
NXP Employee
NXP Employee

Hi Mickkelo,

just in case: the latest components are on GitHub. Instructions how to import or clone the repository can be found in this wicki:
Wiki · GitHub


528 Views
BlackNight
NXP Employee
NXP Employee

Hello,

just a wild guess based on the error message: have you imported other Processor Expert components? From the message, it appears it does not know the GNU C compiler (which obviously you are using)?

If this is the case:

- open C:\ProgramData\Processor Expert\CWMCU_PE5_00\Drivers\sw\CommonSupport.prg

- add a line

%elif %Compiler = "GNUC"

to the other compiler checks (above the warning).


I hope this helps.