mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-09 22:45:11 +00:00
The link line for applications in a kernel build is libmm, libc and the proxies. libnx is never named, though the export has been shipping it all along. So every application built on NX or NXFONTS fails to link, the nx examples and fbcon alike, with undefined references to the font and geometry routines. Name it, ahead of libc since it calls into it, and only when CONFIG_NX is set so that configurations without graphics are unaffected. Tested on an EIC7700 EVB in a kernel build: with this, an application built on NXFONTS links and runs; without it the same application fails at link time. Assisted-by: Claude:claude-opus-5 Signed-off-by: Justin Hammond <justin@dynam.ac> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Make.defs | ||
| Makefile | ||