vbt
Staff member
Here is a small archive containing the recompiled libraries with the latest GNUSH (4.01) I didn't notice changes with the 3.03 release. You can use those libs for tests,I used them for now only on emus (soon on mySaturn 🙂).
My only "problem" is that above all recompiled libs are bigger than original libs. I used these comands to compile/assemble :
gasm xxxx.s -small -o xxxx.o (I have no idea if there are better options)
gcc -m2 -O3 -fomit-frame-pointer -D_SH -DMODEL_S -Wall ....
My only "problem" is that above all recompiled libs are bigger than original libs. I used these comands to compile/assemble :
gasm xxxx.s -small -o xxxx.o (I have no idea if there are better options)
gcc -m2 -O3 -fomit-frame-pointer -D_SH -DMODEL_S -Wall ....