-
-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIO 3 Invalid character escape '\U' #785
Comments
Please update to 3.1.0a3 http://docs.platformio.org/en/stable/installation.html#development-version Also, need to re-init project. Thanks a lot for the report! 👍 |
@ivankravets Yeap, but not completely fixed. I get new version by:
My file:
Problem in line: |
Could you repeat again? |
@ivankravets |
Happy Coding with PlatformIO! :) |
Don't forget that you need perform "Rebuild C/C++ Index" each time when add new library or change project settings. |
@ivankravets In Clion you mean "Reload Cmake project"? And i have question, why after "pio lib instal ..." need use "pio init" for add this library to CMake file? |
If you add new library, you need to run PLATFORMIO_REBUILD_PROJECT_INDEX target.
So, when you run |
@ivankravets just in my case: |
Hm.. We write about it in documentation :) Firstly, need to check docs, then google. We had a discussion with JetBrains as for the this issue. Need to write some plugin that will monitor PlatformIO's Library storages and We do these in PlatformIO IDE where all work from a box without "google" :) |
Configuration
Operating system: Windows 10 Pro
PlatformIO Version (
platformio --version
):PlatformIO, version 3.0.1
Description of problem
Using last version clion.
After
pio init --ide clion
i have error:Error:Syntax error in cmake code at
C:/Users/Ivan/Documents/esp8266/CMakeListsPrivate.txt:4
when parsing string
C:\Users\Ivan.platformio\packages\toolchain-xtensa\bin\xtensa-lx106-elf-gcc.exe
Invalid character escape '\U'.
How i can resolve it?
Steps to Reproduce
pio init --ide clion -b nodemcuv2
Link from forum: https://community.platformio.org/t/invalid-character-escape-u/763/10
The text was updated successfully, but these errors were encountered: