obj/spiral.o(.text+0x90): In function `spiral':
spiral.c: undefined reference to `litodp'
obj/spiral.o(.text+0x98):spiral.c: undefined reference to `cos'
obj/spiral.o(.text+0xa0):spiral.c: undefined reference to `dptofp'
obj/spiral.o(.text+0xac):spiral.c: undefined reference to `litodp'
obj/spiral.o(.text+0xb4):spiral.c: undefined reference to `sin'
obj/spiral.o(.text+0xbc):spiral.c: undefined reference to `dptofp'
collect2: ld returned 1 exit status
make: *** [spiral.elf] Error 1
I'm new to the ps2 and all I am making is a simple rotating hypnotic spiral. Any ideas why the functions won't work?
That brought about a ton of more errors. I am using the binary sdk of the website. I'm going to download the cygwin toolchain tonight and maybe that will help. Thanks for the response.
Eww.. you might want to look at the sample makefiles... There should be numerous libraries being linked, and I don't see where any of them are being added...