Cant Compile standalone

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
thsock
Posts: 25
Joined: Sun Sep 25, 2005 1:04 pm

Cant Compile standalone

Post by thsock »

I have an up to date toolchain installed all of the necessarry file, I followed all of the instructions, and I still cant compile a standalone luaplayer.
I always get something like
error graphics.o
any suggestions?
I also get alot of syntax warnings from graphics.c
I have not changed those files
thsock
Posts: 25
Joined: Sun Sep 25, 2005 1:04 pm

Post by thsock »

hmm now i get
make:***[src/sound.o] Error 1
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

put up the full error log to pastebin.com and add a link here
greets
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
thsock
Posts: 25
Joined: Sun Sep 25, 2005 1:04 pm

Post by thsock »

I believe it will compile if I have all of the *.o files pre installed
in the src folder.
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

the .o files are generated by compiling, so .o files will not help you
did you compile in LuaPlayer/ using "make" put up those errors

note: the irc chat might improve the solving speed ;)
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
thsock
Posts: 25
Joined: Sun Sep 25, 2005 1:04 pm

Post by thsock »

yea... but o nvm anyway, i got it working now
thsock
Posts: 25
Joined: Sun Sep 25, 2005 1:04 pm

Post by thsock »

ok i lied, now i get

/usr/local/pspdev/lib/gcc/psp/4.0.1/../../../psp/bin/ld: cannot find -lmikmod
collect2: ld returned 1 exit status
make: *** [.elf] Error1

I would love to get the error report you asked for but havent a clue as to how to get it. I am kindof new to all of this psp-dev compiling with cygwin gcc stuff.
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

did you svn mikmod ? and build it?
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
thsock
Posts: 25
Joined: Sun Sep 25, 2005 1:04 pm

Post by thsock »

Oh duh! stupid me. thanks LuMo
thsock
Posts: 25
Joined: Sun Sep 25, 2005 1:04 pm

Post by thsock »

It says i need libmikmod.a and i cant find it anywhere
Post Reply