Search found 3 matches

by nkteam
2024-09-03 12:57
Forum: LuckFox Pico
Topic: Cannot build cffi on Pico Ultra W "/usr/bin/ld: cannot find -lgcc"
Replies: 9
Views: 2158

Re: Cannot build cffi on Pico Ultra W "/usr/bin/ld: cannot find -lgcc"

Please try to remember if possible.

Project we're trying to deploy is our internal project.
And cffi is dependency of poetry which we cannot install currently.
Yes, using the plain pip for dependency management is an alternative, but having this also working would be perfect.
by nkteam
2024-09-02 12:32
Forum: LuckFox Pico
Topic: Cannot build cffi on Pico Ultra W "/usr/bin/ld: cannot find -lgcc"
Replies: 9
Views: 2158

Re: Cannot build cffi on Pico Ultra W "/usr/bin/ld: cannot find -lgcc"

GCC was installed from the start (as well as the needed *-dev packages). As I wrote in my question, GCC is missing gcc-multilink package, which is not available in default "ports" repository for ARM. Can you please provide further info on how to install gcc-multilink package? master@pico:~...
by nkteam
2024-08-31 14:00
Forum: LuckFox Pico
Topic: Cannot build cffi on Pico Ultra W "/usr/bin/ld: cannot find -lgcc"
Replies: 9
Views: 2158

Cannot build cffi on Pico Ultra W "/usr/bin/ld: cannot find -lgcc"

Hello, I'm having troubles installing the "cffi" package as linker fails because of "-lgcc" is not available (package gcc-multilink is not available). It fails with "/usr/bin/ld: cannot find -lgcc" error. To reproduce do the following: * flash clean ubuntu image on pico...