| View previous topic :: View next topic |
| Author |
Message |
pspwill
Joined: 17 Nov 2005 Posts: 51
|
Posted: Tue Jul 04, 2006 5:09 am Post subject: Dodgy Makefile? |
|
|
when i compile my mp3 player test it compliles it twice for some reason into a 'mp3' file and a '.elf' file
here is my makefile
| Code: | TARGET = mp3
OBJS = mp3player.o main.o
CFLAGS = -O2 -G0 -Wall
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)
LIBSDIR =
LIBS = -lmad -lpspctrl -lpspaudiolib -lpspaudio -lpsppower -lz -lm
LDFLAGS =
EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = MP3 Player Example
PSPSDK=$(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build.mak |
any ideas? |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Tue Jul 04, 2006 6:34 am Post subject: |
|
|
I don't quite understand what you mean about your output files? _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
pspwill
Joined: 17 Nov 2005 Posts: 51
|
Posted: Tue Jul 04, 2006 6:35 am Post subject: |
|
|
| got it fixed now so this can be locked. |
|
| Back to top |
|
 |
|