Hi. Yesterday all worked properly, but today when I build my project I'm getting:
Description | Resource | Path | Location | Type |
Generator: Warning: "Unknown compiler GNUC" | usbserial | LEDB | Processor Expert Problem | |
Generator: Warning: "Unknown compiler GNUC" | usbserial | LEDG | Processor Expert Problem | |
Generator: Warning: "Unknown compiler GNUC" | usbserial | LEDR | Processor Expert Problem |
I haven't changed any configuration parameter or file in this project.
How can I solve that warnings?
Thanks.
已解决! 转到解答。
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.
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
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.