Hello, I was working on a project using the stm8 spl a couple weeks ago without any problems. I had to reinstall the pc and since then I cannot build any stm8 project. Not even the examples. I tried reinstalling PlatformIo and also tried on other pc with the same result. The error that I see when I build is the following
*** [.pio\build\mb208\firmware.ihx] SyntaxError
EOL while scanning string literal (<string>, line 1)' trying to evaluate
${TEMPFILE(’$LINK -o $TARGET ${__ldflags_for_hex(env, LINKFLAGS)}’
Is this a known issue? Is there any fix available?
edit:
I was able to make it work by downgrading the platformio core to v5.0.4. It looks like v5.1.0 has problems
Thanks