Thanks for your contribution aiming the A9LH. However i could not get it built from git repo.
Code:
# FatFs requires libgcc for __aeabi_uidiv
arm-none-eabi-gcc -nostartfiles -T linker.ld -o build/main.elf build/fs.o build/patches.o build/start.o build/memory.o build/main.o build/emunand.o build/draw.o build/crypto.o build/firm.o build/fatf
s/diskio.o build/fatfs/ff.o build/fatfs/option/syscall.o build/fatfs/sdmmc/delay.o build/fatfs/sdmmc/sdmmc.o
d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/bin/ld.exe: warning: d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-
eabi/lib\libc.a(lib_a-atoi.o) uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail
d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/bin/ld.exe: warning: d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-
eabi/lib\libc.a(lib_a-strtol.o) uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail
d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/bin/ld.exe: warning: d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-
eabi/lib\libc.a(lib_a-ctype_.o) uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail
d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/bin/ld.exe: warning: d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-
eabi/lib\libsysbase.a(getreent.o) uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail
d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/bin/ld.exe: warning: d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-
eabi/lib\libsysbase.a(syscall_support.o) uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail
d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/bin/ld.exe: warning: d:/station/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-
eabi/lib\libc.a(lib_a-impure.o) uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail
arm-none-eabi-objcopy -S -O binary build/main.elf build/main.bin
make: *** No rule to make target 'data/firmware.bin', needed by 'out/rei-n3ds/'. Stop.
I've already have the FIRM.7z for this. (Win8.1x64, MSYS2+DevkitPror45, Python2, armips.. I can build cakeFW and other easily, but not this one. orz)
Just to note: Checking the Makefile in the repo, there is really no actions building the target 'data/firmware.bin'. Could you check it?