![]() |
2010-06-16
, 20:40
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#2
|
The Following User Says Thank You to Joorin For This Useful Post: | ||
![]() |
2010-06-16
, 20:46
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#3
|
![]() |
2010-06-16
, 20:52
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#4
|
The Following User Says Thank You to Joorin For This Useful Post: | ||
![]() |
2010-06-16
, 20:54
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#5
|
[sbox-FREMANTLE_ARMEL: ~/mupen/gles2n64] > make all g++ Config.o gles2n64.o OpenGL.o N64.o RSP.o VI.o Textures.o ShaderCombiner.o gDP.o gSP.o GBI.o DepthBuffer.o CRC.o 2xSAI.o RDP.o F3D.o F3DEX.o F3DEX2.o L3D.o L3DEX.o L3DEX2.o S2DEX.o S2DEX2.o F3DPD.o F3DDKR.o F3DWRUS.o -L/scratchbox/users/figa/targets/FREMANTLE_ARMEL/usr/lib -lEGL -lGLESv2 -lsrv_um -lSDL-1.2 -lpng12 -lz -lIMGegl -shared -o gles2n64.so /scratchbox/compilers/cs2007q3-glibc2.5-arm7/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lSDL-1.2 collect2: ld returned 1 exit status make: *** [gles2n64.so] Error 1
![]() |
2010-06-16
, 21:17
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#6
|
gles2n64.$(SO_EXTENSION): $(OBJECTS) $(CXX) $^ $(LDFLAGS) $(SDL_LIBS) $(LIBGL_LIBS) -shared -o $@
gles2n64.$(SO_EXTENSION): $(OBJECTS) $(CXX) $(LDFLAGS) $(SDL_LIBS) $(LIBGL_LIBS) -shared -o $@ $^
/scratchbox/compilers/cs2007q3-glibc2.5-arm7/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lSDL-1.2
collect2: ld returned 1 exit status
make: *** [gles2n64.so] Error 1
adn here is makefile: