Archived

This forum has been archived. Please start a new discussion on GitHub.

Please tell me how to use IceE with EVC4?

Please tell me how to use IceE with EVC4?

I downloaded IceE-1.1.0 and STLport5.0.2,
but the compiler reports errors as followings when i compiling source of STLport5.0.2.

cl /nologo /TP /W4 /GF /GR /GX /Zi /O2 /Og /D_STLP_USE_DYNAMIC_LIB /D
_WIN32_WCE=420 /D UNDER_CE=420 /D "UNICODE" /D "ARM" /D "_ARM_" /D "ARMV4" /DND
EBUG /I "../../stlport" /FI "vc_warning_disable.h" /c /Foobj\evc4-arm\shared\d
ll_main.o /Fd"obj\evc4-arm\shared\stlport.5.0.pdb" ../../src\dll_main.cpp
dll_main.cpp
../../stlport\../Armv4/stdlib.h(1045) : error C2065: '_JBLEN' : undeclared ident
ifier
../../stlport\../Armv4/stdlib.h(1045) : error C2057: expected constant expressio
n
../../stlport\../Armv4/stdlib.h(1045) : error C2466: cannot allocate an array of
constant size 0
../../stlport\stl/_windows.h(65) : fatal error C1083: Cannot open include file:
'windef.h': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.

Comments

  • I tried to search the file stlport.res, but I found nothing.

    rc.exe /I "../../stlport" /D "COMP=evc4" /DBUILD=r /D "BUILD_INFOS=/D_ST
    P_USE_DYNAMIC_LIB /D _WIN32_WCE=420 /D UNDER_CE=420 /D "UNICODE" /D "ARM" /D "
    ARM_" /D "ARMV4" /D "_M_ARM" /DNDEBUG /I "../../stlport" /FI "vc_warning_disab
    e.h" /I "D:\Develop Tools\Windows CE Tools\wce400\STANDARDSDK\Include\Armv4""
    fo obj\evc4-arm\shared\stlport.res ../../src\stlport.rc
  • dwayne
    dwayne St. John's, Newfoundland
    There is no need to compile STLPort in order to use it with Ice-E. The STLPort library is only required if iostream support is required, which Ice-E does not use.