I have set up some CXXFLAGS, and when compiling .cpp files, these paths are valid. However, when compiling .cu files, I cannot find the header file, and the header file paths are all in CXXFLAGS. What should I configure to solve this problem
| /home/zxy/build2/tmp/work/armv8a-oe4t-linux/python3-pytorch/2.4.1/recipe-sysroot-native/usr/local/cuda-12.6/bin/..//include/crt/host_config.h:218:10: fatal error: features.h: No such file or directory
| 218 | #include <features.h> /* for __THROW */
| | ^~~~~~~~~~~~
| compilation terminated.
| Compiling src/device/common.cu