simbit18 commented on PR #18951: URL: https://github.com/apache/nuttx/pull/18951#issuecomment-4762206266
Hi @acassis I created this PR #19185 to fix No package 'libftdi1' found Has the CMake build been tested locally? log [Linux-CMake](https://github.com/simbit18/nuttx_test_pr/actions/runs/27905280266/job/82572790795#logs) ``` [1217/1221] Building C object CMakeFiles/nuttx.dir/arch/sim/src/sim/posix/sim_ftdi_gpiochip.c.o FAILED: CMakeFiles/nuttx.dir/arch/sim/src/sim/posix/sim_ftdi_gpiochip.c.o /tools/ccache/bin/cc @CMakeFiles/nuttx.dir/arch/sim/src/sim/posix/sim_ftdi_gpiochip.c.o.rsp -MD -MT CMakeFiles/nuttx.dir/arch/sim/src/sim/posix/sim_ftdi_gpiochip.c.o -MF CMakeFiles/nuttx.dir/arch/sim/src/sim/posix/sim_ftdi_gpiochip.c.o.d -o CMakeFiles/nuttx.dir/arch/sim/src/sim/posix/sim_ftdi_gpiochip.c.o -c /github/workspace/sources/nuttx/arch/sim/src/sim/posix/sim_ftdi_gpiochip.c /github/workspace/sources/nuttx/arch/sim/src/sim/posix/sim_ftdi_gpiochip.c:40:10: fatal error: ftdi.h: No such file or directory 40 | #include <ftdi.h> | ^~~~~~~~ compilation terminated. [1218/1221] Building C object CMakeFiles/nuttx.dir/arch/sim/src/sim/posix/sim_hostfs.c.o ninja: build stopped: subcommand failed. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
