Hi,

>> I'm trying build WinCE-HB and i get :
>> 
>> gcc   -I. -I../../../../../include -Wall -W -O2 -fomit-frame-pointer 
>> -DHB_LEGACY_TYPES_OFF -DUNICODE   -ohbpp.o -c ../../../hbpp.c
>> gcc  -L../../../../../lib/wce/mingwarm   -o 
>> ..\..\..\..\..\bin\wce\mingwarm\hbpp.exe hbpp.o -lhbnortl -lhbcommon 
>> -lcoredll -lws2 
>> d:/qt/4.5.3/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe:
>>  cannot find -lcoredll
>> collect2: ld returned 1 exit status
>> mingw32-make[3]: *** [hbpp.exe] Error 1
>> rm hbpp.o
>> mingw32-make[2]: *** [descend] Error 2
>> mingw32-make[1]: *** [pp.inst] Error 2
>> mingw32-make: *** [src.inst] Error 2
>> 
>> Waht's wrong ?
>> 
>> My batch :
>> 
>> SET PATH=D:\Qt\4.5.3\mingw\bin;%PATH%
>> SET HB_BIN_COMPILE=D:\LASTHB\HARBOUR\bin
>> SET HB_PLATFORM=wce
>> SET HB_COMPILER=mingwarm
>> SET HB_WITH_QT=D:\Qt\4.5.3\include
>> SET HB_DIR_QT=D:\Qt\4.5.3
>> SET HB_QT_STATIC=yes 
>> SET HB_INSTALL_PREFIX=%~dp0
>> win-make clean install %1 %2 > log-%HB_COMPILER%.txt 2>&1


> You will need the CEGCC version of mingw to create 
> WinCE Harbour build, the Win32 edition won't do. 
> See INSTALL for links and examples.

After modifications :

SET PATH=D:\hb20\comp\mingwarm\opt\mingw32ce\bin;%PATH%
SET HB_BIN_COMPILE=D:\LASTHB\HARBOUR\bin
SET HB_WITH_QT=D:\Qt\4.5.3\include
SET HB_DIR_QT=D:\Qt\4.5.3
SET HB_QT_STATIC=yes 
SET HB_INSTALL_PREFIX=%~dp0
mingw32-make clean install %1 %2 > log-%HB_COMPILER%.txt 2>&1

! Building Harbour 2.1.0dev from source - http://www.harbour-project.org
! MAKE: win-make 3.81 sh.exe clean install  
! HB_INSTALL_PREFIX: D:\LASTHB\HARBOUR\
! HB_HOST_PLAT: win (x86)  HB_SHELL: nt
! HB_PLATFORM: wce (arm) (autodetected)
! HB_COMPILER: mingwarm (autodetected: D:/hb20/comp/mingwarm/opt/mingw32ce/bin/)
! HB_BIN_COMPILE: D:\LASTHB\HARBOUR\bin
.
.
.
arm-mingw32ce-gcc   -I. -I../../../../../include -O2 -fomit-frame-pointer 
-DHB_LEGACY_TYPES_OFF -DUNICODE  -D_WIN32_WCE  -osqlite3.o -c ../../../sqlite3.c
win-make[3]: *** [sqlite3.o] Error 1
win-make[2]: *** [descend] Error 2
win-make[1]: *** [sqlite3.inst] Error 2
win-make: *** [external.inst] Error 2

And what's wrong now ?


-- 
Regards,
Jaroslaw Kadziola


_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to