I wonder if it is a similar situation to what I had here: viewtopic.php?t=365838
Are all of your source files within the same directory? How do you export the PICO_SDK_PATH variable, in a shell configuration file, or just on the fly, in the shell?
We need to see your CMakeLists.txt and the #include lines of all of your source code and headers.
If you modify CMakeLists.txt ever, be sure to rm -R your build directory, recreate, then run cmake again.
Check the output of the flags file in the build dir for -I include paths.
Are all of your source files within the same directory? How do you export the PICO_SDK_PATH variable, in a shell configuration file, or just on the fly, in the shell?
We need to see your CMakeLists.txt and the #include lines of all of your source code and headers.
If you modify CMakeLists.txt ever, be sure to rm -R your build directory, recreate, then run cmake again.
Check the output of the flags file in the build dir for -I include paths.
Statistics: Posted by breaker — Wed Mar 06, 2024 8:39 pm