When trying to compile the source I always receive the same error. Output on the console looks like this:
[user@ArchLinux build]$ cmake --build . --target screeninit_a9lh
Scanning dependencies of target screeninit
[ 33%] Building C object CMakeFiles/screeninit.dir/screeninit/source/main.c.obj
[ 66%] Building ASM object CMakeFiles/screeninit.dir/screeninit/source/start.s.obj
[100%] Linking C executable screeninit
/opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/bin/ld:/home/user/build-repos/CtrBootManager/screeninit/linker.ld:1: syntax error
collect2: error: ld returned 1 exit status
Sadly I don't know how to fix this.
When trying to compile the source I always receive the same error. Output on the console looks like this:
Sadly I don't know how to fix this.