Загрузка данных


#if defined(CONFIG_BUILD_ALIGN_LMA) || defined(CONFIG_SDRAM_LMA_ADJUST) || !defined(CONFIG_XIP)
    /*
     * Include a padding section here to make sure that the LMA address
     * of the sections in the RAMABLE_REGION are aligned with those
     * section's VMA alignment requirements.
     */
    SECTION_PROLOGUE(padding_section,,)
	{
	__rodata_region_end = .;
#if defined(CONFIG_SDRAM_LMA_ADJUST)
	. = . + (ALIGN(LOADADDR(padding_section), 0x10000) - LOADADDR(padding_section));
#else
	MPU_ALIGN(__rodata_region_end - ADDR(rom_start));
#endif
	} GROUP_LINK_IN(ROMABLE_REGION)
#else
	__rodata_region_end = .;
	MPU_ALIGN(__rodata_region_end - ADDR(rom_start));
#endif

FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/build_rt1024/build_SDRAM_hello_world_linker/zephyr/zephyr_pre0.map 
: && ccache /home/vovan/ZEPHYR_RTOS/zephyrsdk/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc  -gdwarf-4 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj -o zephyr/zephyr_pre0.elf  zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj  -T  zephyr/linker_zephyr_pre0.cmd  -Wl,-Map,/home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/build_rt1024/build_SDRAM_hello_world_linker/zephyr/zephyr_pre0.map  -Wl,--whole-archive  app/libapp.a  zephyr/libzephyr.a  zephyr/arch/common/libarch__common.a  zephyr/arch/arch/arm/core/libarch__arm__core.a  zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a  zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a  zephyr/lib/libc/picolibc/liblib__libc__picolibc.a  zephyr/lib/libc/common/liblib__libc__common.a  zephyr/boards/nxp/mimxrt1024_evk/libboards__nxp__mimxrt1024_evk.a  zephyr/drivers/misc/nxp_flexram/libdrivers__misc__nxp_flexram.a  zephyr/drivers/clock_control/libdrivers__clock_control.a  zephyr/drivers/console/libdrivers__console.a  zephyr/drivers/gpio/libdrivers__gpio.a  zephyr/drivers/pinctrl/libdrivers__pinctrl.a  zephyr/drivers/serial/libdrivers__serial.a  zephyr/drivers/timer/libdrivers__timer.a  modules/hal_nxp/libmodules__hal_nxp.a  -Wl,--no-whole-archive  zephyr/kernel/libkernel.a  -L/home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/build_rt1024/build_SDRAM_hello_world_linker/zephyr  zephyr/arch/common/libisr_tables.a  -mcpu=cortex-m7  -mthumb  -mabi=aapcs  -mfp16-format=ieee  -mtp=soft  -fuse-ld=bfd  -Wl,--gc-sections  -Wl,--build-id=none  -Wl,--sort-common=descending  -Wl,--sort-section=alignment  -Wl,-u,_OffsetAbsSyms  -Wl,-u,_ConfigAbsSyms  -nostdlib  -static  -Wl,-X  -Wl,-N  -Wl,--orphan-handling=warn  -Wl,-no-pie  -specs=picolibc.specs  -DPICOLIBC_LONG_LONG_PRINTF_SCANF -L"/home/vovan/ZEPHYR_RTOS/zephyrsdk/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp" -lc -lgcc && cd /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/build_rt1024/build_SDRAM_hello_world_linker/zephyr && /usr/local/bin/cmake -E true
/home/vovan/ZEPHYR_RTOS/zephyrsdk/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd:zephyr/linker_zephyr_pre0.cmd:283 invalid assignment to location counter
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.