You may try to overwrite BIN in nshlib/Makefile to libnsh.a. On Tue, Apr 26, 2022 at 2:38 PM Michael Jung <mij...@gmx.net> wrote:
> Hello everybody, > > I am currently experimenting with buildroot to create a NuttX SDK, which > includes a GCC toolchain build using NuttX as the C library and basically a > sysroot environment that contains static libraries (for e.g. libwebsockets, > sqlite, etc...), which can optionally be linked by users of the SDK into > their application images. > > I would like to include some of the great pieces of software from the apps > repository as static libraries in such an SDK. E.g. a nshlib.a or a > netlib.a. Is there a 'standard way' of doing this? Sorry if I missed some > obvious documentation. > > As always, thanks for your help! > Michael >