mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
Fully linked apps take less storage and are efficient to load. This is to enable them for rv-vrit configurations in KERNEL build. Changes: - arch/risc-v/Kconfig select BINFMT_ELF_EXECUTABLE for QEMU-RV - boards/risc-v/qemu-rv/rv-virt/configs - knsh32/defconfig enable ELF_EXECUTABLE, LIBM, OSTEST - knsh64/defconfig enable ELF_EXECUTABLE, LIBM, OSTEST - ksmp64/defconfig enable ELF_EXECUTABLE, LIBM, OSTEST - knetnsh64/defconfig enable ELF_EXECUTABLE, LIBM, OSTEST - knetnsh64_smp/defconfig enable ELF_EXECUTABLE, LIBM, OSTEST Additions: - boards/risc-v/qemu-rv/rv-virt/scripts/ - gnu-elf.ld apps linker script The ARCH_TEXT_VBASE of knsh32 is set to same as that of 64bit to reuse the apps linker script. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| dummy | ||
| hc/m9s12 | ||
| mips | ||
| misoc/lm32/misoc | ||
| or1k/mor1kx/or1k | ||
| renesas | ||
| risc-v | ||
| sim/sim/sim | ||
| sparc | ||
| x86/qemu/qemu-i486 | ||
| x86_64/intel64/qemu-intel64 | ||
| xtensa | ||
| z16/z16f/z16f2800100zcog | ||
| z80 | ||
| .gitignore | ||
| Board.mk | ||
| boardctl.c | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||