-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Cannot find gps_helper.cpp source file #9124
Comments
Maybe the git submodule initialization during What is the output of |
thanks, with make submodulesclean before i call make px4fmu-v2_default, the output is different and these files are there (no complaint any more), but now i have new set of problem. File "/home/user/px4/github/Firmware/src/lib/mixer/geometries/tools/px_generate_mixers.py", line 155, in thrust_matrix another thing different i notice compared to yesterday built is but if i do a make distclean + make submodulesclean then make px4fmu-v2_default i could reproduce the first portion of yesterday built. |
It seems like make distclean and make submodulesclean are "interfering" each other. distclean after submodulesclean old problem re-surface |
make px4fmu-v2_default
Firmware/src/drivers/gps/devices [is an empty folder]
CMake Error at cmake/common/px4_base.cmake:547 (add_library):
Cannot find source file:
devices/src/gps_helper.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
Call Stack (most recent call first):
cmake/common/px4_base.cmake:201 (px4_add_library)
src/drivers/gps/CMakeLists.txt:36 (px4_add_module)
CMake Error: CMake can not determine linker language for target: drivers__gps
-- Generating done
px4_add_module(
MODULE drivers__gps
MAIN gps
STACK_MAIN 1200
SRCS
gps.cpp
devices/src/gps_helper.cpp
make distclean will remove the following files added manually:
devices/src/gps_helper.cpp
devices/src/mtk.cpp
devices/src/ashtech.cpp
devices/src/ubx.cpp
The text was updated successfully, but these errors were encountered: