<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="Helvetica, Arial, sans-serif">Hi Folks.<br>
<br>
For one of my projects I use the memdslaz package wich, in turn
uses memds.pp which is part of the FPC package fcl-db.<br>
The target program has to run on arm-wince. To get a lazarus
package compiled for win32 and/or wince it's easy, compilation
target depends on projetc target. But for FCL ?<br>
I've tried this:<br>
D:\Programmes\lazarus\fpc\2.6.1\source\packages\fcl-db>..\..\..\bin\i386-win32\make
all OS_TARGET=wince CPU_TARGET=arm<br>
makefile:197: *** The Makefile doesn't support target arm-wince,
please run fpcmake first. Stop.<br>
<br>
this one runs OK<br>
</font><font face="Helvetica, Arial, sans-serif"><font
face="Helvetica, Arial, sans-serif">D:\Programmes\lazarus\fpc\2.6.1\source\packages\fcl-db>..\..\..\bin\i386-win32\make
all<br>
<br>
The compiler for WinCE has been installed and runs OK: targets
run on a PocketPC arm-wince without problems<br>
</font>Any ideas ?<br>
Thanks in advance.<br>
<br>
Antonio.<br>
</font>
</body>
</html>