Hi,

vusn> 2009-03-15 20:51 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
vusn>   * INSTALL
vusn>     + Documented cross-build config for minwgce.

After build harbour for WinCE by INSTALL's prescription
i'm trying build my first .exe with msys console, but...

$ sh hbcemk -n -w -es2 /harbour/tests/wcecon
Harbour 1.1.0dev (Rev. 10611)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'C:/msys/1.0/harbour/tests/wcecon.prg'...
Lines 282, Functions/Procedures 1
Generating C source output to 'wcecon.c'... Done.
./wcecon.o:wcecon.c:(.text+0x28): undefined reference to `hb_vmProcessSymbolsEx'
./wcecon.o:wcecon.c:(.text+0x64): undefined reference to `hb_vmExecute'
./wcecon.o:wcecon.c:(.data+0x18): undefined reference to `HB_FUN_HB_GTINFO'
./wcecon.o:wcecon.c:(.data+0x28): undefined reference to `HB_FUN_HB_SETCODEPAGE'
./wcecon.o:wcecon.c:(.data+0x38): undefined reference to `HB_FUN_HB_SETTERMCP'
./wcecon.o:wcecon.c:(.data+0x48): undefined reference to `HB_FUN_SETMODE'
./wcecon.o:wcecon.c:(.data+0x58): undefined reference to `HB_FUN_MAXROW'
./wcecon.o:wcecon.c:(.data+0x68): undefined reference to `HB_FUN_MAXCOL'
./wcecon.o:wcecon.c:(.data+0x78): undefined reference to `HB_FUN_QOUT'
./wcecon.o:wcecon.c:(.data+0x88): undefined reference to `HB_FUN_LTRIM'
./wcecon.o:wcecon.c:(.data+0x98): undefined reference to `HB_FUN_STR'
./wcecon.o:wcecon.c:(.data+0xa8): undefined reference to `HB_FUN_INKEY'
./wcecon.o:wcecon.c:(.data+0xb8): undefined reference to `HB_FUN_ALERT'
./wcecon.o:wcecon.c:(.data+0xc8): undefined reference to `HB_FUN_OS'
./wcecon.o:wcecon.c:(.data+0xd8): undefined reference to `HB_FUN_VERSION'
./wcecon.o:wcecon.c:(.data+0xe8): undefined reference to `HB_FUN_HB_GTVERSION'
./wcecon.o:wcecon.c:(.data+0xf8): undefined reference to `HB_FUN_HB_FNAMESPLIT'
./wcecon.o:wcecon.c:(.data+0x108): undefined reference to `HB_FUN_HB_ARGV'
./wcecon.o:wcecon.c:(.data+0x118): undefined reference to 
`HB_FUN_HB_OSPATHSEPARATOR'
./wcecon.o:wcecon.c:(.data+0x128): undefined reference to `HB_FUN_RDDSETDEFAULT'
./wcecon.o:wcecon.c:(.data+0x138): undefined reference to `HB_FUN_HB_DIREXISTS'
./wcecon.o:wcecon.c:(.data+0x148): undefined reference to `HB_FUN_MAKEDIR'
./wcecon.o:wcecon.c:(.data+0x158): undefined reference to `HB_FUN_DBCREATE'
./wcecon.o:wcecon.c:(.data+0x168): undefined reference to `HB_FUN_DBUSEAREA'
./wcecon.o:wcecon.c:(.data+0x178): undefined reference to `HB_FUN_ORDCONDSET'
./wcecon.o:wcecon.c:(.data+0x188): undefined reference to `HB_FUN_RECNO'
./wcecon.o:wcecon.c:(.data+0x198): undefined reference to `HB_FUN_ORDCREATE'
./wcecon.o:wcecon.c:(.data+0x1c8): undefined reference to `HB_FUN_LASTREC'
./wcecon.o:wcecon.c:(.data+0x1d8): undefined reference to `HB_FUN_DBAPPEND'
./wcecon.o:wcecon.c:(.data+0x1f8): undefined reference to `HB_FUN_DBCOMMIT'
./wcecon.o:wcecon.c:(.data+0x208): undefined reference to `HB_FUN_DBGOTOP'
./wcecon.o:wcecon.c:(.data+0x218): undefined reference to `HB_FUN_BROWSE'
./wcecon.o:wcecon.c:(.data+0x228): undefined reference to `HB_FUN_SCROLL'
./wcecon.o:wcecon.c:(.data+0x238): undefined reference to `HB_FUN_SETPOS'
./wcecon.o:wcecon.c:(.data+0x248): undefined reference to `HB_FUN_DISPOUT'
./wcecon.o:wcecon.c:(.data+0x258): undefined reference to `HB_FUN_CHR'
./wcecon.o:wcecon.c:(.data+0x268): undefined reference to `HB_FUN_DEVOUT'
./wcecon.o:wcecon.c:(.data+0x278): undefined reference to `HB_FUN_DBFCDX'
/cygdrive/c/WINNT/TEMP/ccKteN1f.o:hb-build--864.c:(.text+0xc): undefined 
reference to `HB_FUN_HB_GT_STD'
/cygdrive/c/WINNT/TEMP/ccKteN1f.o:hb-build--864.c:(.text+0x34): undefined 
reference to `__imp_hb_gt_szNameDefault'
/cygdrive/c/msys/1.0/opt/mingw32ce/bin/../lib/gcc/arm-wince-mingw32ce/4.1.0/../../../../arm-wince-mingw32ce/lib/libmingw32.a(winmain_ce.o):
 In function `WinMain':
/cygdrive/c/dada/cegcc/src/mingw/winmain_ce.c:146: undefined reference to `main'
collect2: ld returned 1 exit status

What's wrong ?


-- 
Regards,
 Jaroslaw Kadziola

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to