jfarhanm

Results 4 comments of jfarhanm

Thank you I think this is an issue with how `@CMakeFiles\blink.dir\objects1.rsp` works on windows and not necessarily a cmake issue. But I may definitely be wrong. From [this](https://stackoverflow.com/questions/50814503/powershell-returns-date-with-%e2%88%a9-in-front-when-running-in-batch-script) post it...

I tried copying the generated paths to another file because the first rsp file was saved as a UTF-8 encoding with BOM ![image](https://user-images.githubusercontent.com/91935577/172627940-8d91777b-859f-4352-8fbe-ea5e60258049.png) and the new file I made to...

If it's worth anything, a temporary workaround is to create a new text document named `objects1.rsp` and copy the contents of `pico\pico-examples\build\blink\CMakeFiles\blink.dir\objects1.rsp` to it. and then replace the initial `pico\pico-examples\build\blink\CMakeFiles\blink.dir\objects1.rsp`...