Re: Using external libraries with NuttX

2024-07-12 Thread Xiang Xiao
You can add the search path to my_project/Make.defs, other places will search the new patch automatically. Of course, it's better to only add the well designed include path to Make.defs to avoid the potential conflict. On Fri, Jul 12, 2024 at 2:14 PM Michal Lenc wrote: > Hello all, > > I am curr

Using external libraries with NuttX

2024-07-11 Thread Michal Lenc
Hello all, I am currently facing the problem of using external library with NuttX. The support is already prepared in mainline in directory external/ which is compiled if Kconfig and Makefile are present in the directory. This is all fine as I symlink my library to external/ directory so I get to