Hi All,

 

  I am trying to compile SDL library using mingw32ce compiler. I followed
the instruction at the following link

http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/360

 

and could able to compile some how after applying patches to wingdi.h,
winuser.h and shellapi.h. But linker fails while creating final SDL library.
It looks like linker tries to link with user32,gdi32 and winmm which are not
in mingw32ce installation path. Can any one tell me which library to link
instead of gdi32, user32 and winmm ?

 

/opt/mingw32ce/lib/gcc/arm-wince-mingw32ce/4.1.0/../../../../arm-wince-mingw
32ce

/bin/ld: cannot find -luser32

collect2: ld returned 1 exit status

make: *** [build/libSDL.la] Error 1

 

 

If I remove these libraries from linking section, then the linker fails with
many undefined symbols like "GetDriveTypeW" "SetSystemPaletteUse" etc. 

Is there any way I can get rid of these problems?  

 

Thanks in advance

 

 

Thanks,

Girish Adiga

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to