Hi, Supporter,
We are using AM2634/AUTOSAR platform, and build our system using AUTOSAR vendor makefile.
I found that there is build log which is "warning: output file "output\Application.elf" cannot be loaded and run on a target system"
Actually, elf file is created and it can run on the RAM(in DEV mode).
But when I tried to download the image to External flash using QSPI and change the mode to BOOT mode. In case of this it can not jump to the application start address(_start0=0x70040000).
Due to this reason, I suspect below log. Could you let me know what is the problem?
Actually, we have legacy code with build CCS tool. And it can run in Dev mode and also BOOT mode.
warning: entry-point symbol other than "_c_int00" specified: "_start0"
warning: relocation to symbol "_default_exception_handler_0" overflowed; the
31-bit relocated address 0x380000c4 is too large to encode in the 25-bit
signed PC-Relative field (type = 'R_ARM_JUMP24' (29), file =
"objs\AM263x\crt0.o", offset = 0x00000004, section =
".exception_vectors_0")
warning: relocation to symbol "_default_exception_handler_0" overflowed; the
31-bit relocated address 0x380000c0 is too large to encode in the 25-bit
signed PC-Relative field (type = 'R_ARM_JUMP24' (29), file =
"objs\AM263x\crt0.o", offset = 0x0000000c, section =
".exception_vectors_0")
warning: relocation to symbol "_default_exception_handler_0" overflowed; the
31-bit relocated address 0x380000be is too large to encode in the 25-bit
signed PC-Relative field (type = 'R_ARM_JUMP24' (29), file =
"objs\AM263x\crt0.o", offset = 0x00000010, section =
".exception_vectors_0")
warning: relocation to symbol "_default_exception_handler_0" overflowed; the
31-bit relocated address 0x380000bc is too large to encode in the 25-bit
signed PC-Relative field (type = 'R_ARM_JUMP24' (29), file =
"objs\AM263x\crt0.o", offset = 0x00000014, section =
".exception_vectors_0")
warning: relocation to symbol "_default_exception_handler_0" overflowed; the
31-bit relocated address 0x380000ba is too large to encode in the 25-bit
signed PC-Relative field (type = 'R_ARM_JUMP24' (29), file =
"objs\AM263x\crt0.o", offset = 0x00000018, section =
".exception_vectors_0")
warning: relocation to symbol "_default_exception_handler_0" overflowed; the
31-bit relocated address 0x380000b8 is too large to encode in the 25-bit
signed PC-Relative field (type = 'R_ARM_JUMP24' (29), file =
"objs\AM263x\crt0.o", offset = 0x0000001c, section =
".exception_vectors_0")
warning: output file "output\Application.elf" cannot be loaded and run on a target system