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
{{ message }}
This repository was archived by the owner on Sep 2, 2018. It is now read-only.
/tmp/arduino_test1/core.a: could not read symbols: Archive has no index; run ranlib to add one
collect2: error: ld returned 1 exit status
Should i need system linker or avr's clang from compiled binaries? i believe i've read linker is not provided and it will use system linker anyway. Is it correct?
Add index to archive:
./llvm-ranlib /tmp/arduino_test1/core.a
try to link again and still get the same error as in 3)