1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/arch
hujun5 03f430edf7 fix some build error
hujun5@hujun5-OptiPlex-7070:~/downloads1/vela_sim/nuttx$ make -j12
chip/qemu_boot.c: In function 'up_cpu_start':
chip/qemu_boot.c:102:3: warning: implicit declaration of function 'sched_note_cpu_start' [-Wimplicit-function-declaration]
  102 |   sched_note_cpu_start(this_task(), cpu);
      |   ^~~~~~~~~~~~~~~~~~~~
chip/qemu_boot.c:102:24: warning: implicit declaration of function 'this_task' [-Wimplicit-function-declaration]
  102 |   sched_note_cpu_start(this_task(), cpu);
      |                        ^~~~~~~~~

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-11-25 17:10:50 +08:00
..
arm fix some build error 2024-11-25 17:10:50 +08:00
arm64 arch/arm64: syscall SYS_switch_context and SYS_restore_context use 0 para 2024-11-23 12:22:21 +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
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 gcov: update gcov compilation parameters 2024-11-22 19:08:08 +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 Fix Kconfig style 2024-11-20 16:45:40 -03: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