XMC-for-Arduino icon indicating copy to clipboard operation
XMC-for-Arduino copied to clipboard

fetched archive size differs from size specified in index on mac

Open orottler opened this issue 3 years ago • 3 comments

2.0.0.-rc2 on mac Error: 13 INTERNAL: Cannot install tool Infineon:[email protected]: 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

orottler avatar Dec 25 '21 16:12 orottler

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

techpaul avatar Dec 27 '21 16:12 techpaul

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.

DasBlackfur avatar May 11 '22 14:05 DasBlackfur

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

DasBlackfur avatar May 11 '22 16:05 DasBlackfur

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

Downloading packages
Infineon:[email protected]
Infineon:[email protected]
Infineon:[email protected]
Installing Infineon:[email protected]
Failed to install platform: 'Infineon:arm:1.4.0'.
Error: 13 INTERNAL: Cannot install tool Infineon:[email protected]: 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!

jscottsf avatar Mar 05 '24 02:03 jscottsf