So, I get this Error : Could not find the package with ‘espressif/toolchain-xtensa-esp32s3 @ 8.4.0+2021r2-patch5’ requirements for your system ‘windows_arm64’
But I’m Surprise because my computer know how to emulate anything in Win64,
Does Anyone know how can I force Platform IO to use the win64 version of the package and build with it ?
Actually, I try but I block, that what I do for the moment :
I download your file .tar.gz and export it in :
C:\Users\melvi.platformio\packages\toolchain-xtensa
That seems to be the folder were I need to put It (%HOME_PATH%/.platformio/packages/toolchain-xtensa)
Then I open the file package.json and I change
“system”: [
“windows_amd64”,
“windows_arm64”
]
After that Platform didn’t see any change, and on the next part of the other topic it says : However, I noticed that on another machine, each package had a .piopm file alongside the package.json. Copying that over from the other machine to mine makes platformio recognise the package just fine.
And that were I block, I don’t know how I can find this file, even on my machine I don’t find the wrong one that I need to replace.
No, it’s toolchain-xtensa-esp32s3. Download the tar.gz manually and extract it to (%HOME_PATH%/.platformio/packages/toolchain-xtensa-esp32s3 and change the package.json in the same way.