nuttx-update/arch
simbit18 430c2ecf46 arch/risc-v/src/cmake/Toolchain.cmake: Msys2 Cmake fixed nuttx/config.h: No such file or directory
fixed
/qemu-rv/qemu_rv_head.S:25:10: fatal error: nuttx/config.h: No such file or directory
   25 | #include <nuttx/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.

added

# override the responsible file flag

if(CMAKE_GENERATOR MATCHES "Ninja")
  set(CMAKE_C_RESPONSE_FILE_FLAG "$DEFINES $INCLUDES $FLAGS @")
  set(CMAKE_CXX_RESPONSE_FILE_FLAG "$DEFINES $INCLUDES $FLAGS @")
  set(CMAKE_ASM_RESPONSE_FILE_FLAG "$DEFINES $INCLUDES $FLAGS @")
endif()
2024-11-27 02:35:48 +08:00
..
arm arm: remove up_set_current_regs/up_current_regs 2024-11-26 20:04:54 +08:00
arm64 arm64: change name saved_reg to saved_regs 2024-11-26 10:09:31 +08:00
avr arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
ceva arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
dummy arch: Add custom arch chip build support 2020-10-20 14:48:16 +08:00
hc arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
mips arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
misoc arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
or1k arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
renesas arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
risc-v arch/risc-v/src/cmake/Toolchain.cmake: Msys2 Cmake fixed nuttx/config.h: No such file or directory 2024-11-27 02:35:48 +08:00
sim sim: Fix sim m32 start up crash issue. 2024-11-23 01:47:34 +08:00
sparc arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
tricore gcov: update gcov compilation parameters 2024-11-22 19:08:08 +08:00
x86 x86-64: Support symbol table and kasan global variables cross-border detection 2024-11-22 00:01:36 +08:00
x86_64 gcov: update gcov compilation parameters 2024-11-22 19:08:08 +08:00
xtensa espressif/mcpwm: fix compile error 2024-11-26 16:34:19 +08:00
z16 arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
z80 arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
CMakeLists.txt greenhills: fix the arch_interface archive error 2024-09-27 23:39:56 +08:00
Kconfig arch/toochain: Add toochain to gcc 2024-11-14 15:45:24 +08:00