I have gotten this error when going to build
Code:
I tried changing the rom (rx) : o = 0x00300000, l = 1024k line in the prizm.x linker script to 2048k but then nothing changed even the overflowed by 228394 bytes stayed the same does anyone know why this may be happening
Code:
c:/users/username/documents/prizmsdk-win-0.6/bin/../lib/gcc/sh3eb-elf/10.1.0/../../../../sh3eb-elf/bin/ld.exe: C:/Users/username/Documents/PrizmSDK-win-0.6/projects/example/example.bin section `.rodata' will not fit in region `rom'
c:/users/username/documents/prizmsdk-win-0.6/bin/../lib/gcc/sh3eb-elf/10.1.0/../../../../sh3eb-elf/bin/ld.exe: region `rom' overflowed by 228394 bytes
collect2.exe: error: ld returned 1 exit status
make[1]: *** [C:/Users/username/Documents/PrizmSDK-win-0.6/toolchain/prizm_rules:84: C:/Users/username/Documents/PrizmSDK-win-0.6/projects/example/example.bin] Error 1
make: *** [Makefile:108: all] Error 2I tried changing the rom (rx) : o = 0x00300000, l = 1024k line in the prizm.x linker script to 2048k but then nothing changed even the overflowed by 228394 bytes stayed the same does anyone know why this may be happening


