libc issue

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Energy
Posts: 133
Joined: Sat Mar 26, 2005 4:13 pm
Location: uk/beds/flitwick
Contact:

libc issue

Post by Energy »

Just setting things up, and I had a look around for some basic samples to play with and I saw "jason's stuff" site and I tried to compile the "Optical Chaos" demo and I get this message:

(path to dev kit here) /psp/lib.libc.a(pspcwd.o): In function '__psp_init_cwd':
../../../../../../newlib/libc/sys/psp/pspcwd.c:28: undefined refrence to '__psp_argv_0'
../../../../../../newlib/libc/sys/psp/pspcwd.c:28: undefined refrence to '__psp_argv_0'
collect2: ld returned 1 exit status
make: *** [Optical_Chaos.elf] Error 1

Looks like a libc problem. What have I done wrong, or forgotten to install :/
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

i think this problem belongs to toolchain setup
rerun it :)
had that too, was gone with rerun :)

greets
lumo
PS: any other sugestions?
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
Energy
Posts: 133
Joined: Sat Mar 26, 2005 4:13 pm
Location: uk/beds/flitwick
Contact:

Post by Energy »

fun >_<
back to the tool chain! :) lol
Post Reply