You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlatformIO Version (platformio --version): PlatformIO Core, version 6.1.11
Description of problem
I'm trying to add a modified arduino core, but when installing it outputs:
Resolving sam4e8e_SAM4 dependencies...
Platform Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 60 column 3 (char 1394)
Platform Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 60 column 3 (char 1394)
Tool Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 13 column 1 (char 260)
Tool Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 13 column 1 (char 260)
Tool Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 13 column 1 (char 260)
Tool Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 13 column 1 (char 260)
Tool Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 13 column 1 (char 260)
Tool Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 13 column 1 (char 260)
Tool Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 13 column 1 (char 260)
Tool Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 13 column 1 (char 260)
Tool Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 13 column 1 (char 260)
Tool Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 13 column 1 (char 260)
Platform Manager: Could not parse manifest -> Expecting property name enclosed in double quotes: line 60 column 3 (char 1394)
Already up-to-date.
Updating metadata for the vscode IDE...
The thing is I don't know which are the problematic file as the output says nothing about them
Steps to Reproduce
Set de pio.ini config
Wait for auto installation
Get the output above
Actual Results
The described above
Expected Results
Add at least the file that is conflicting so it is easier to catch and resolve, can we add an option -verbose when intalling packages, or showing the file name in the output as a default?
Might just be some error caused by a weird / older package state. Since you've got platform + framework in github repos already, I think you should be able to delete the entire C:/Users/Axel/.platformio/packages and C:/Users/Axel/.platformio/platforms folder without data loss and then open the project again.
Configuration
Operating system: Win 10
PlatformIO Version (
platformio --version
): PlatformIO Core, version 6.1.11Description of problem
I'm trying to add a modified arduino core, but when installing it outputs:
The thing is I don't know which are the problematic file as the output says nothing about them
Steps to Reproduce
Actual Results
The described above
Expected Results
Add at least the file that is conflicting so it is easier to catch and resolve, can we add an option -verbose when intalling packages, or showing the file name in the output as a default?
If problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
Platform:
https://github.com/chepo92/platform-atmelsam/tree/ArduinoCustomPlatformFrameCore
Framework:
https://github.com/chepo92/ArduinoCore-sam/tree/dev-SAM4SCore
Additional info
The text was updated successfully, but these errors were encountered: