SonixQMK / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
515 stars 409 forks source link

[Bug] /usr/libexec/gcc/arm-none-eabi/ld: cannot find -lg_nano: No such file or directory #282

Closed salfter closed 2 years ago

salfter commented 2 years ago

I'm trying to build firmware for a Redragon K580 and get the error message above.

Describe the Bug

System Information

Additional Context

salfter commented 2 years ago

I might have figured out where I went wrong: Gentoo crossdev builds newlib without nano support by default. Let me try again with it enabled...

salfter commented 2 years ago

That was it...it works now.