| View previous topic :: View next topic |
| Author |
Message |
thsock
Joined: 25 Sep 2005 Posts: 25
|
Posted: Fri Oct 14, 2005 8:09 am Post subject: Cant Compile standalone |
|
|
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 |
|
| Back to top |
|
 |
thsock
Joined: 25 Sep 2005 Posts: 25
|
Posted: Fri Oct 14, 2005 8:22 am Post subject: |
|
|
hmm now i get
make:***[src/sound.o] Error 1 |
|
| Back to top |
|
 |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Fri Oct 14, 2005 6:51 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
thsock
Joined: 25 Sep 2005 Posts: 25
|
Posted: Sat Oct 15, 2005 12:35 am Post subject: |
|
|
I believe it will compile if I have all of the *.o files pre installed
in the src folder. |
|
| Back to top |
|
 |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Sat Oct 15, 2005 12:39 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
thsock
Joined: 25 Sep 2005 Posts: 25
|
Posted: Sat Oct 15, 2005 11:16 am Post subject: |
|
|
| yea... but o nvm anyway, i got it working now |
|
| Back to top |
|
 |
thsock
Joined: 25 Sep 2005 Posts: 25
|
Posted: Sat Oct 15, 2005 12:24 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Sat Oct 15, 2005 7:31 pm Post subject: |
|
|
did you svn mikmod ? and build it? _________________ "Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com |
|
| Back to top |
|
 |
thsock
Joined: 25 Sep 2005 Posts: 25
|
Posted: Sun Oct 16, 2005 1:08 am Post subject: |
|
|
| Oh duh! stupid me. thanks LuMo |
|
| Back to top |
|
 |
thsock
Joined: 25 Sep 2005 Posts: 25
|
Posted: Sun Oct 16, 2005 1:43 am Post subject: |
|
|
| It says i need libmikmod.a and i cant find it anywhere |
|
| Back to top |
|
 |
|