acassis commented on PR #18951:
URL: https://github.com/apache/nuttx/pull/18951#issuecomment-4708056829
I will add this board config to the blacklist, even after installing the
libftdi1-dev in the docker image the CI still failing to find it:
====================================================================================
Configuration/Tool: sim/ft2232h_gpio
2026-06-15 12:08:43
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Building NuttX...
Package libftdi1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libftdi1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libftdi1' found
Package libftdi1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libftdi1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libftdi1' found
Package libftdi1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libftdi1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libftdi1' found
Package libftdi1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libftdi1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libftdi1' found
Package libftdi1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libftdi1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libftdi1' found
Package libftdi1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libftdi1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libftdi1' found
Package libftdi1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libftdi1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libftdi1' found
Package libftdi1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libftdi1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libftdi1' found
Package libftdi1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libftdi1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libftdi1' found
./sim/posix/sim_ftdi_gpiochip.c:40:10: fatal error: ftdi.h: No such file or
directory
40 | #include <ftdi.h>
| ^~~~~~~~
compilation terminated.
ERROR: cc failed: 1
command: cc -MT ./sim_ftdi_gpiochip.o -M '-g' '-fomit-frame-pointer'
'-fprofile-arcs' '-ftest-coverage' '-fno-inline' '-fno-common'
'-fvisibility=hidden' '-ffunction-sections' '-fdata-sections' '-Wall'
'-Wstrict-prototypes' '-Wshadow' '-Wundef' '-Wno-attributes'
'-Wno-unknown-pragmas' '-fno-pic' '-mcmodel=medium' '-no-pie' '-D__KERNEL__'
'-Wno-cpp' '-Werror' '-D__SIM__' '-fvisibility=default' '-I'
'/github/workspace/sources/nuttx/arch/sim/src' '-I'
'/github/workspace/sources/nuttx/arch/sim/src/chip'
./sim/posix/sim_ftdi_gpiochip.c
make[2]: *** [Makefile:546: sim_ftdi_gpiochip.ddh] Error 1
make[2]: Target 'makedepfile' not remade because of errors.
make[1]: *** [Makefile:554: .depend] Error 2
make[1]: Target 'depend' not remade because of errors.
make: *** [tools/Unix.mk:679: pass2dep] Error 2
make: Target 'all' not remade because of errors.
/github/workspace/sources/nuttx/tools/testbuild.sh: line 397:
/github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or
directory
[1/1] Normalize sim/ft2232h_gpio
HEAD detached at pull/18951/merge
Untracked files:
(use "git add <file>..." to include in what will be committed)
arch/sim/src/sim_errno.ddh
arch/sim/src/sim_ftdi_gpiochip.ddh
arch/sim/src/sim_hostfs.ddh
arch/sim/src/sim_hostirq.ddh
arch/sim/src/sim_hostmemory.ddh
arch/sim/src/sim_hostmisc.ddh
arch/sim/src/sim_hostsmp.ddh
arch/sim/src/sim_hosttime.ddh
arch/sim/src/sim_hostuart.ddh
nothing added to commit but untracked files present (use "git add" to track)
/github/workspace/sources/nuttx /github/workspace/sources/nuttx
HEAD detached at pull/18951/merge
nothing to commit, working tree clean
/github/workspace/sources/nuttx
/github/workspace/sources/apps /github/workspace/sources/nuttx
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
/github/workspace/sources/nuttx
Build Attempt 1 of 1
====================================================================================
--
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]