Compiling code for genericSTM32F411CE via platformio fails with an error for stm32duino (2.8.1) #2523
-
I am compiling code for
I didn't find any useful advice, there are some explanations, but what needs to be changed and in which file is beyond my knowledge.
I would be grateful to the community for help with this issue. P.S. There was another error, but I fixed it using the previous method. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @brightproject |
Beta Was this translation helpful? Give feedback.
-
Found the reason for the compilation errors, very strange and incomprehensible to me. In actual discussion it was pointed out that the problem may be the use of
Just commented out the lines. The code compiles quickly and without errors. The error is extremely unclear and perhaps it will help someone in the future. |
Beta Was this translation helpful? Give feedback.
Found the reason for the compilation errors, very strange and incomprehensible to me.
Answer received by indirect signs, thanks to information from here:
In actual discussion it was pointed out that the problem may be the use of
fopen()
, in the specific codefopen
is used to open the*ini
file with settings, for the case of using the code on theRPI
platform withLinux
.Just commented out the lines.