My error messages during compiling are in post #274. Do you have the same?
user@cobra:/src/Thunderbird$ make yuneec_typhoon_h
-- PX4 version: v1.10.0-rc1-138-gdfa55a08f8
-- PX4 config file: /src/Thunderbird/boards/yuneec/typhoon_h/default.cmake
-- PX4 config: yuneec_typhoon_h_default
-- PX4 platform: nuttx
-- PX4 lockstep: disabled
-- cmake build type: MinSizeRel
-- The CXX compiler identification is GNU 9.3.1
-- The C compiler identification is GNU 9.3.1
-- The ASM compiler identification is GNU
-- Found assembler: /usr/lib/ccache/arm-none-eabi-gcc
-- Check for working CXX compiler: /usr/lib/ccache/arm-none-eabi-g++
-- Check for working CXX compiler: /usr/lib/ccache/arm-none-eabi-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/lib/ccache/arm-none-eabi-gcc
-- Check for working C compiler: /usr/lib/ccache/arm-none-eabi-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- ccache enabled via symlink (/usr/lib/ccache/arm-none-eabi-g++ -> /usr/bin/ccache)
-- Found PythonInterp: /usr/bin/python3.8 (found version "3.8.10")
-- Found PY_jinja2: /usr/local/lib/python3.8/dist-packages/jinja2
CMake Error at platforms/nuttx/cmake/px4_impl_os.cmake:155 (message):
Could not determine chip architecture from NuttX config. You may have to
add it.
Call Stack (most recent call first):
CMakeLists.txt:282 (px4_os_determine_build_chip)
-- Configuring incomplete, errors occurred!
See also "/src/Thunderbird/build/yuneec_typhoon_h_default/CMakeFiles/CMakeOutput.log".
See also "/src/Thunderbird/build/yuneec_typhoon_h_default/CMakeFiles/CMakeError.log".
Error: /src/Thunderbird/build/yuneec_typhoon_h_default is not a directory
make: *** [Makefile:202: yuneec_typhoon_h] Error 1
The build directory is empty, probably because of the NuttX error.