How to build the new printf-example with standard ee-bintuils: 1. Get your ee-bintuils running on Windows See description "Win 95/98/NT/2000 & GNU-GCC" on ps2dev.livemedia.com.au in topic "Programming Guide". !!! But you have to use --target=mips64r5900-sce-elf !!! 2. export PATH to compiler binaries 3. unpack zip to sub-dir in your home-dir 4. assemble with: mips64r5900-sce-elf-as sample.asm -o sample.o 5. link with: mips64r5900-sce-elf-ld sample.o -o sample.elf -T main.lcf main.lcf ist the Linker Command File, it arranges everything for correct program startup 6. Ready, you have a fine SAMPLE.ELF to burn psx_kai 04/2001 psx_kai@yahoo.de