You are not logged in.
When i try to compile or upload on my arduino ide it gives me:
/usr/bin/avr-ld: error while loading shared libraries: libctf.so.0: cannot open shared object file: No such file or directory
collect2: error: ld returned 127 exit status
exit status 1
Last edited by pedro-cabreu (2021-02-15 15:33:34)
Offline
Where is that dependency coming from?
lddtree /usr/bin/avr-ld
(lddtree is part of pax-utils)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Online
That worked:
$ asp checkout avr-binutils
$ cd avr-binutils
$ git checkout 41cab1afc826c22d5e1049f1bb60ab9e9b714f7e
$ cd trunk
$ makepkg -sci
Thank you.
Offline
why is this marked fixed? It's only a workaround ....
Offline