| Friday April 11th - I Recorded a Small Set | ||
![]() Download: Safiire - Charmander Set Mp3 |
||
| Tuesday February 19th - GCC cross compiler for ppc-elf | ||
![]() To compile gcc as a cross compiler for ppc-elf, first download binutils, gcc-core, gcc-g++ from http://ftp.gnu.org/ and unpack them. Set the environment like so: export PREFIX=/opt/local/whatever export TARGET=ppc-elf mkdir build-binutils build-gccBuild and install binutils. cd build-binutils ../binutils-x.xx/configure --target=$TARGET \ --prefix=$PREFIX --disable-nls make all sudo make installBuild and install, gcc and g++ cd build-gcc export PATH=$PATH:$PREFIX/bin ../gcc-x.x.x/configure --target=$TARGET --prefix=$PREFIX --disable-nls \ --enable-languages=c,c++ --without-headers make all-gcc sudo make install-gccTest that it works:
echo 'int main(void){ return 0; }' > test.c
/opt/local/whatever/ppc-elf/bin/gcc test.c -otest.elf
file test.elf
The binary should be identified as:
test.elf: ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), statically linked, not stripped |
||
| Wednesday April 25th - Psychonocosis | ||
I just finished this.Download: Saf - Psychonocosis 320kbs Mp3 |
||