stm8-as can't parse '\' path separator in string variable
Opened this issue · 0 comments
github0null commented
Thank you for your work !
My platform is Windows
, so i build stm8-binutils and sdcc-gas by mingw32
When i compile a c file with debug info enabled, it can generate a asm file, but it failed at assembler.
It recognizes the path separator '\' in debug information as an escape character, this is wrong !
How can i fix it ?
Or What the parts I need fix in the binutils's source file ?