-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
nasa/cFE
#786Labels
Description
Describe the bug
[ 1%] Building C object osal/vxworks_impl/CMakeFiles/osal_vxworks_impl.dir/src/os-impl-filesys.c.obj
In file included from /home/jhageman/cFS/cFS-GitHub/osal/src/os/vxworks/src/os-impl-filesys.c:43:
/opt/WindRiver/vxworks-6.9/target/h/ioLib.h:161:21: error: net/uio.h: No such file or directory
To Reproduce
Steps to reproduce the behavior:
- Set TGT1_SYSTEM to ppc-vxworks6.9 and try to build for mcp750
Expected behavior
Should build
Code snips
Old includes:
PSP/fsw/mcp750-vxworks/make/build_options.cmake
Lines 10 to 11 in fc786c0
| include_directories($ENV{WIND_BASE}/target/h/wrn/coreip) | |
| include_directories($ENV{WIND_BASE}/target/config/mcp750) |
Current:
PSP/fsw/mcp750-vxworks/make/build_options.cmake
Lines 21 to 23 in 3c531af
| include_directories( | |
| ${WIND_BASE}/target/config/mcp750 | |
| ) |
System observed on:
- cFS vxworks host
- OS: building for vxworks6.9
- Versions: current bundle
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC