with arm-mingw32ce-gcc, we also have:<br><br>configure:4602: checking for arm-mingw32ce-gcc<br>configure:4618: found /opt/mingw32ce/bin/arm-mingw32ce-gcc<br>configure:4629: result: arm-mingw32ce-gcc<br>configure:4898: checking for C compiler version<br>
configure:4907: arm-mingw32ce-gcc --version >&5<br>configure:4918: $? = 0<br>configure:4907: arm-mingw32ce-gcc -v >&5<br>configure:4918: $? = 0<br>configure:4907: arm-mingw32ce-gcc -V >&5<br>configure:4918: $? = 0<br>
configure:4907: arm-mingw32ce-gcc -qversion >&5<br>configure:4918: $? = 0<br>configure:4938: checking whether the C compiler works<br>configure:4960: arm-mingw32ce-gcc  -I/usr/wince/include -D_WIN32_WCE=0x0500 -L/usr/wince/lib conftest.c  >&5<br>
configure:4964: $? = 0<br>configure:5002: result: no<br>configure: failed program was:<br>| /* confdefs.h */<br>| #define PACKAGE_NAME "vlc"<br>| #define PACKAGE_TARNAME "vlc"<br>| #define PACKAGE_VERSION "1.2.0-git"<br>
| #define PACKAGE_STRING "vlc 1.2.0-git"<br>| #define PACKAGE_BUGREPORT ""<br>| #define PACKAGE_URL ""<br>| #define PACKAGE "vlc"<br>| #define VERSION "1.2.0-git"<br>| /* end confdefs.h.  */<br>
| <br>| int<br>| main ()<br>| {<br>| <br>|   ;<br>|   return 0;<br>| }<br>configure:5007: error: in `/home/administrator/dev/ce':<br>configure:5011: error: C compiler cannot create executables<br>See `config.log' for more details.<br>
<br>The same problem as using the tool from  <a href="http://www.videolan.org/pub/testing/wince/wince-arm-gcc4.0.0-cvs-linux-crosscompiler-20050517.tar.bz2" target="_blank">http://www.videolan.org/pub/testing/wince/wince-arm-gcc4.0.0-cvs-linux-crosscompiler-20050517.tar.bz2</a>.<br>
<br><div class="gmail_quote">2010/8/16 InfoEyes BJ <span dir="ltr"><<a href="mailto:infoeyes2010@gmail.com">infoeyes2010@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Jean-Baptiste,<br><br>Thanks for your reference.<br><br>We also tried the one from the page <a href="http://wiki.videolan.org/WinCECompile" target="_blank">http://wiki.videolan.org/WinCECompile</a><br><br>However, we find the following script does not work. <br>

<pre>PATH=/opt/mingw32ce/bin:$PATH \<br>CPPFLAGS="-I/usr/wince/include -D_WIN32_WCE=0x0500" \<br>LDFLAGS="-L/usr/wince/lib" \<br>PKG_CONFIG_LIBDIR=/usr/wince/lib/pkgconfig \<br>./configure --host=arm-mingw32ce --enable-optimize-memory \<br>

            --disable-directx --disable-dvdnav --disable-libgcrypt \<br>            --disable-mad --disable-remoteosd --disable-sdl --disable-skins2<br></pre>BTW, the building environment is cygwin and we download mingw32ce for cygwin. <br>

<br><br><div class="gmail_quote">2010/8/16 Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.org</a>></span><div><div></div><div class="h5"><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

On Mon, Aug 16, 2010 at 12:37:27AM +0800, InfoEyes BJ wrote :<br>
<div>> We are building WinCE vlc following the guide of INSTALL.wince.<br>
<br>
</div><a href="http://wiki.videolan.org/WinCECompile" target="_blank">http://wiki.videolan.org/WinCECompile</a><br>
<br>
Best Regards,<br>
<font color="#888888"><br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" target="_blank">http://www.jbkempf.com/</a><br>
+33 672 704 734<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></blockquote></div></div></div><br>
</blockquote></div><br>