Fixed unaligned access report by user (Cortex-A5)

pull/581/head
Daniele Lacamera 2025-07-08 13:51:21 +02:00
parent 80f9e991cc
commit c6295f043a
1 changed files with 2 additions and 1 deletions

View File

@ -272,7 +272,8 @@ ifeq ($(ARCH),ARM)
ifeq ($(CORTEX_A5),1)
FPU=-mfpu=vfp4-d16
CFLAGS+=-mcpu=cortex-a5 -mtune=cortex-a5 -static -z noexecstack
CFLAGS+=-mcpu=cortex-a5 -mtune=cortex-a5 -static -z noexecstack \
-mno-unaligned-access
LDLAGS+=-mcpu=cortex-a5 -mtune=cortex-a5 -mtune=cortex-a5 -static \
-z noexecstack -Ttext 0x300000
# Cortex-A uses boot_arm32.o