Log In : Sign Up
Friday April 11th - I Recorded a Small Set
Not bad


Download: Safiire - Charmander Set Mp3


Tuesday February 19th - GCC cross compiler for ppc-elf
cross

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-gcc
Build and install binutils.
cd build-binutils
../binutils-x.xx/configure --target=$TARGET \ 
--prefix=$PREFIX --disable-nls
make all 
sudo make install
Build 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-gcc
Test 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
Really happyI just finished this.


Download: Saf - Psychonocosis 320kbs Mp3