Infineon/XMC-for-Arduino

fetched archive size differs from size specified in index on mac

orottler opened this issue · 4 comments

2.0.0.-rc2 on mac Error: 13 INTERNAL: Cannot install tool Infineon:arm-none-eabi-gcc@5.4-2016q3: testing local archive integrity: testing archive size: fetched archive size differs from size specified in index

works for ubuntu, but seems not connectíng to the USB port /dev/ACM03

I think you are in the worng place "2.0.0.-rc2" is a version not here as V1.60 is latest here for XMC-for-Arduino

If using the public XMC-for-Arduino get release V1.6.0 to try

I suspect you are using something different that happems to use the same compiler

Either that or you have access to something that is not on this Repo

I have this issue aswell, 2.0.0.-rc2 refers to the version of the Arduino IDE. Arduino started to develop a new version of their IDE based on VisualStudioCode. It has general feature parity with the "old" Arduino IDE but this issue also plaques me on my mac. I suspect the compiler artifact is not built for macos.

This also happens with the old (1.8.*) IDE

Having the same issue. Can't install the boards. Can this be reopened and resolved?

Downloading packages
Infineon:arm-none-eabi-gcc@5.4-2016q3
Infineon:XMCFlasher@1.2.1
Infineon:arm@1.4.0
Installing Infineon:arm-none-eabi-gcc@5.4-2016q3
Failed to install platform: 'Infineon:arm:1.4.0'.
Error: 13 INTERNAL: Cannot install tool Infineon:arm-none-eabi-gcc@5.4-2016q3: testing local archive integrity: testing archive size: fetched archive size differs from size specified in index: 96949257 != 96956416

Never mind, found the issue. The Wiki has the wrong link. The correct link is in this repo. For anyone else that runs into this...

Dont' use:

https://github.com/Infineon/Assets/releases/download/current/package_infineon_index.json

Use instead:

https://github.com/Infineon/XMC-for-Arduino/releases/latest/download/package_infineon_index.json

Sorry to bother!