05-14-2012,11:13 AM
Tried to compile to blackrhino but i keep hitting walls!
I cant even compile xvidcore it gives a bunch of error and quits! Needs more recent gcc?
lots of errors like this:
../../src/dct/fdct.c:199: warning 'mm1' might be used unitializaed in this funcion
and then fails:
make: *** [dct/fdct.o] Error 1
EDIT:Trying to use gcc3 from another topic you said:
I have never compiled gcc 3.03, but instead downloaded them like yourself as pre-compiled binaries. Here's where they are now:
Linux for PlayStation 2 Community: Project Info - GNU C Compiler
After extracting, I created a script /usr/local/bin/setgcc3 which has these two lines:
export LD_LIBRARY_PATH=/usr/local/gcc3/lib:$LD_LIBRARY_PATH
export PATH=/usr/local/gcc3/bin:$PATH
Running this script before compiling should setup the gcc 3.0.3 environment. There are most likely better ways to configure this, but this is the way that works easily for me.
But if i do after:
echo $PATH its the same as always
same for LD_LIBRARY_PATH
........
http://ps2linux.no-ip.info
Here you will find a mirror of playstation2-linux.com, software repository, links to downloads etc!