Qt will not compile a known project OpenTX 2.2
Unsolved
General and Desktop
-
when attempting to compile firmware I get the following message.
boot.cpp.obj
[ 8%] Building CXX object radio/src/targets/common/arm/stm32/bootloader/CMakeFiles/bootloader.dir/bin_files.cpp.obj
[ 8%] Linking CXX executable bootloader.elf
arm-none-eabi-g++: error: code: No such file or directory
arm-none-eabi-g++: error: files/opentx-2.2/radio/src/targets/taranis/stm32_ramboot.ld: No such file or directoryDoes anyone have any experience with this error?
What am I missing?
Mark -
Hi and welcome to devnet,
What is that known OpenTX project ?
How is your error related to Qt ?
From what you show, it's the cmake output of likely a cross-compilation attempt of that project. Could be from the command line or Qt Creator.