Warning: "Unknown compiler GNUC"

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

Warning: "Unknown compiler GNUC"

ソリューションへジャンプ
1,027件の閲覧回数
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.

 

 

ラベル(1)
1 解決策
893件の閲覧回数
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.

元の投稿で解決策を見る

4 返答(返信)
893件の閲覧回数
Monica
Senior Contributor III

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

Regards

0 件の賞賛
返信
893件の閲覧回数
mickkelo
Contributor II

Monica, everything works correctly despite off the message.

893件の閲覧回数
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


894件の閲覧回数
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.