Search found 1 match

by TatSledge
2024-02-14 16:47
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to build the newest u-boot, kernel, and buildroot on a Luckfox-Pico-Max?
Replies: 3
Views: 3489

Re: How to build the newest u-boot, kernel, and buildroot on a Luckfox-Pico-Max?

We don't seem to be able to build much on a Pico right now, because attempting to compile *anything* with GCC on the current Ubuntu image results in a linker error:

/usr/bin/ld: cannot find -lgcc: No such file or directory

...that apparently could be solved by installing gcc-multilib, which ...