Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake/build: fix build break on cmake #9889

Merged
merged 2 commits into from
Jul 25, 2023
Merged

Conversation

anchao
Copy link
Contributor

@anchao anchao commented Jul 25, 2023

Summary

cmake/build: fix build break on cmake
tools/ci: add rpproxy/rpserver into cmake build

Impact

Depends on: apache/nuttx-apps#1848

Testing

ci check

@anchao
Copy link
Contributor Author

anchao commented Jul 25, 2023

ci fail depends on apache/nuttx-apps#1848 :

/tools/ccache/bin/cc -D__NuttX__ -Dmain=iperf_main -I/github/workspace/sources/nuttx/openamp/open-amp/lib/include -I/github/workspace/sources/apps/include -I/github/workspace/sources/nuttx/build/apps/include -isystem /github/workspace/sources/nuttx/include -isystem /github/workspace/sources/nuttx/build/include -isystem /github/workspace/sources/nuttx/build/include_arch -Wstrict-prototypes -fno-common -g -m32 -fomit-frame-pointer -fdiagnostics-color=always -Wall -Wstrict-prototypes -Wshadow -Wundef -DNDEBUG -fvisibility=hidden -U_AIX -U_WIN32 -U__APPLE__ -U__FreeBSD__ -U__NetBSD__ -U__linux__ -U__sun__ -U__unix__ -U__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ -MD -MT apps/netutils/iperf/CMakeFiles/apps_iperf.dir/iperf_main.c.o -MF apps/netutils/iperf/CMakeFiles/apps_iperf.dir/iperf_main.c.o.d -o apps/netutils/iperf/CMakeFiles/apps_iperf.dir/iperf_main.c.o -c /github/workspace/sources/apps/netutils/iperf/iperf_main.c
/github/workspace/sources/apps/netutils/iperf/iperf_main.c:32:10: fatal error: argtable3.h: No such file or directory
   32 | #include "argtable3.h"
      |          ^~~~~~~~~~~~~

@raiden00pl raiden00pl merged commit 06af0d4 into apache:master Jul 25, 2023
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants