-
Notifications
You must be signed in to change notification settings - Fork 306
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
Linker Error: failed to parse ESP-IDF/components/esp_event/linker.lf (VSC-237) #32
Comments
I don't think, that this error is related to the vscode plugin. |
Please follow our issue template, which specify the necessary information we need to understand your issue. Have you set up the extension following steps detailed in https://github.com/espressif/vscode-esp-idf-extension#how-to-use ? |
Try to delete the build directory and build again, I dont know why, but it works! |
Since the error and information shown by the user doesn't seem to be an issue with ESP-IDF extension for Visual Studio Code, we are closing this. |
Uninstall pyparsing and reinstall its version 2.2.0 will solve the problem |
while I'm able to easily build and flash the hello_world sample from idf command prompt, the VS Code Extension gives the following error:
failed to parse C:/Users/r/esp/ESP-IDF/components/esp_event/linker.lf
detail:
This is a fresh install of VSCode, and the extension.
Additional context
prior to this, I was getting errors about missing python packages Pyserial and pyparsing. These are present when I open the IDF command prompt but not in a regular cmd.exe, so I pip installed them.
The text was updated successfully, but these errors were encountered: