Have been trying to set up Prizm SDK on and off for a year now.
In my most recent attemps I follow that wiki prizm with the added command sudo chmod a+rw /usr/local/cross.
And no errors occur throught compiling and installing everything but when go into skeleton and make I get.
Code:
I know it is not an issue with the PREFIX cause then the error is something like
Code:
The only way I have gotten it to work is to brick my operating system by making the permissions of the whole user folder a+rw.
Honestly not sure what to do.
In my most recent attemps I follow that wiki prizm with the added command sudo chmod a+rw /usr/local/cross.
And no errors occur throught compiling and installing everything but when go into skeleton and make I get.
Code:
/usr/local/cross/bin/sh3eb-elf-gcc example.o -mb -m4a-nofpu -mhitachi -nostdlib -T/home/saul/Desktop/c_stuff/tools/libfxcg-0.5.2/toolchain/prizm.x -Wl,-static -Wl,-gc-sections -L/home/saul/Desktop/c_stuff/tools/libfxcg-0.5.2/lib -lc -lfxcg -lgcc -o /home/saul/Desktop/c_stuff/tools/libfxcg-0.5.2/examples/skeleton/skeleton.bin
/usr/local/cross/lib/gcc/sh3eb-elf/13.2.0/../../../../sh3eb-elf/bin/ld: cannot find -lc: No such file or directory
/usr/local/cross/lib/gcc/sh3eb-elf/13.2.0/../../../../sh3eb-elf/bin/ld: cannot find -lfxcg: No such file or directory
collect2: error: ld returned 1 exit status
make[1]: *** [/home/saul/Desktop/c_stuff/tools/libfxcg-0.5.2/toolchain/prizm_rules:83: /home/saul/Desktop/c_stuff/tools/libfxcg-0.5.2/examples/skeleton/skeleton.bin] Error 1
make: *** [Makefile:108: all] Error 2
I know it is not an issue with the PREFIX cause then the error is something like
Code:
make[1]: /usr/bin/sh3eb-elf-gcc: No such file or directory
The only way I have gotten it to work is to brick my operating system by making the permissions of the whole user folder a+rw.
Honestly not sure what to do.