walnux/sched
ligd 92f8f9b8f8 clock: correct compile failed
LD: nuttx.elf
ld: /home/ligd/platform/mainline/nuttx/staging/libsched.a(mq_sndinternal.o): in function `wd_start_realtime':
/home/ligd/platform/mainline/nuttx/include/nuttx/wdog.h:274: undefined reference to `clock_realtime2absticks'
/home/ligd/platform/mainline/nuttx/include/nuttx/wdog.h:274:(.text+0xad): relocation truncated to fit: R_X86_64_PLT32 against undefined symbol `clock_realtime2absticks'
ld: /home/ligd/platform/mainline/nuttx/staging/libsched.a(mq_rcvinternal.o): in function `wd_start_realtime':
/home/ligd/platform/mainline/nuttx/include/nuttx/wdog.h:274: undefined reference to `clock_realtime2absticks'
/home/ligd/platform/mainline/nuttx/include/nuttx/wdog.h:274:(.text+0xad): relocation truncated to fit: R_X86_64_PLT32 against undefined symbol `clock_realtime2absticks'
make[1]: *** [Makefile:128: nuttx.elf] Error 1
make: *** [tools/Unix.mk:551: nuttx.elf] Error 2

Signed-off-by: ligd <liguiding1@xiaomi.com>
2024-09-29 18:18:01 +08:00
..
addrenv sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock clock: correct compile failed 2024-09-29 18:18:01 +08:00
environ sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
event sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
group sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
init sched: change the SMP scheduling policy from synchronous to asynchronous 2024-09-29 08:54:51 +08:00
instrument sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
irq critmonitor: add caller support 2024-09-19 03:16:14 +08:00
misc fs/dump: correct SCHED_DUMP_ON_EXIT to DUMP_ON_EXIT 2024-09-18 23:48:31 +08:00
module modlib/dlfcn:unify same code 2024-09-29 15:06:54 +08:00
mqueue sched: add nxsched_remove_self 2024-09-24 22:07:00 +08:00
paging sched: add nxsched_remove_self 2024-09-24 22:07:00 +08:00
pthread Revert "pthread_mutex:add deadlock assert" 2024-09-23 23:54:38 +08:00
sched sched: change the SMP scheduling policy from synchronous to asynchronous 2024-09-29 08:54:51 +08:00
semaphore sched: add nxsched_remove_self 2024-09-24 22:07:00 +08:00
signal sched: add nxsched_remove_self 2024-09-24 22:07:00 +08:00
task sched: change the SMP scheduling policy from synchronous to asynchronous 2024-09-29 08:54:51 +08:00
timer sched/signal: Simplified Implementation for SIGEV_THREAD_TID. 2024-09-23 12:29:36 +08:00
tls sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
wdog wdog: rename wd_start_absolute() to wd_start_abstick() 2024-09-17 12:15:14 +08:00
wqueue sched/wqueue: Fix unexpected dq entry status 2024-09-17 02:56:39 +08:00
CMakeLists.txt sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
Kconfig nuttx/sched: Disable RW_SPINLOCK by default 2024-09-27 23:46:46 +08:00
Makefile Revert "build depend:Revert Make.dep intermediate ddc file" 2024-09-15 19:29:47 +08:00