Search found 4 matches

by SigP226
Tue May 03, 2022 6:15 pm
Forum: IDE's
Topic: Cannot compile with core 2.0.0 and Sloeber
Replies: 13
Views: 12215

Re: Cannot compile with core 2.0.0 and Sloeber

Sorry, late answer.

If it can help you, the manual workaround is in that way: add < and > around the concerned value. The action has to be done in Eclipse, under the project properties.
by SigP226
Sun Apr 25, 2021 4:00 pm
Forum: IDE's
Topic: Cannot compile with core 2.0.0 and Sloeber
Replies: 13
Views: 12215

Re: Cannot compile with core 2.0.0 and Sloeber

Still not find the final root cause, but I am on good the way.

There is a mismatch in the generation of the command line for the compiler

the " is not a the right place which cause the compiler to forget the include path

"-IF:\Eclipse\arduinoPlugin\packages\STMicroelectronics\tools\CMSIS\5.7.0 ...
by SigP226
Sun Apr 25, 2021 3:19 pm
Forum: IDE's
Topic: Cannot compile with core 2.0.0 and Sloeber
Replies: 13
Views: 12215

Re: Cannot compile with core 2.0.0 and Sloeber

Hi,

Thanks for your answer both,

ag123, you're right, the post in the wrong forum, I think the issue is more related to sloeber+eclipse which generate a wrong makefile configuration. Generation of makefile is automatic.
I'am on Win7

I have tried a the "blink" example with the same bad result ...
by SigP226
Sat Apr 24, 2021 9:02 pm
Forum: IDE's
Topic: Cannot compile with core 2.0.0 and Sloeber
Replies: 13
Views: 12215

Cannot compile with core 2.0.0 and Sloeber

Hello,

Configuration : eclipse 2021-03 + GNU MCU + Sloeber + core STMicroelectronic 2.0.0
Board : Bluepill

when I launch a compilation of a test (TFT_eSPI, keypad 320x240) it fails.

Error:
error.JPG

reason :
in file variant.h : #include VARIANT_H
the value of VARIANT_H seems never declared ...

Go to advanced search