Jack
2016-10-05 03:57:26 UTC
Hi,
I tried to add new feature on busybox, and I need to call another API
in busybox toolchain.
How can I add additional CFLAGS and LDFLAGS in busybox?
All I tried is, add "-I XXX" at CONFIG_EXTRA_CFLAGS and "-L XXX -lxxx"
at CONFIG_EXTRA_LDFLAGS in busybox config file without modifying
busybox's Makefile. It shows "XXX/XXX/ld: cannot find -lxxx" message.
I already check "-l" library file in "-L" option PATH.
I tried to add new feature on busybox, and I need to call another API
in busybox toolchain.
How can I add additional CFLAGS and LDFLAGS in busybox?
All I tried is, add "-I XXX" at CONFIG_EXTRA_CFLAGS and "-L XXX -lxxx"
at CONFIG_EXTRA_LDFLAGS in busybox config file without modifying
busybox's Makefile. It shows "XXX/XXX/ld: cannot find -lxxx" message.
I already check "-l" library file in "-L" option PATH.