Hi,
I encounter some problem on compile boost library for wince
platform.
I follow the instruction on http://boost.2283326.n4.nabble.com/Building-Boost-for-Windows-CE-td2695528.html#a2695528
1. modify user-config.jam
using msvc : 8.0arm :
<compiler>"C:/Program
Files/Microsoft Visual Studio 8/VC/CE/bin/x86_arm/cl.exe"
<compileflags>-D_CRT_SECURE_NO_WARNINGS
<compileflags>-D_WIN32_WCE=0x600
<compileflags>-DUNDER_CE
<compileflags>-DWIN32_PLATFORM_SYNC=200
<compileflags>-DWINCE
<compileflags>-D_WINDOWS
<compileflags>-DARM
<compileflags>-D_ARM_
<compileflags>-DARMV4I
<compileflags>-D_UNICODE
<compileflags>-DUNICODE
<compileflags>-DSTANDARDSHELL_UI_MODEL
<linkflags>/NODEFAULTLIB:"oldnames.lib"
<linkflags>/STACK:65536,4096
<linkflags>coredll.lib
<linkflags>corelibc.lib
<linkflags>ole32.lib
<linkflags>oleaut32.lib
<linkflags>uuid.lib
<linkflags>commctrl.lib
<architecture>arm
<instruction-set>armv4
<interface>wince
<setup>"C:/
Downloads/lib/ boost_1_44_0/x86_arm.boost.bat"
<assembler>"C:/Program
Files/Microsoft Visual Studio 8/VC/CE/bin/x86_arm/armasm.exe"
;
2. bjam.exe –with-thread
But the library built is still the win32 version. Not the
wince-arm one.
Thanks for your help