Date: Fri, 3 Dec 2004 11:17:13 -0000
Dear all,
I am currently getting the following compile errors:
BUILD: [01:0000000058:ERRORE] cl : Command line error D2004 : /I requires
an argument
BUILD: [01:0000000059:ERRORE] NMAKE : U1073: dont know how to make
D:\WinCE.5\PBWorkspaces\1084\WinCE.5\Geode_x86\cesysgen\oak\target\x86\debug\bldr.exe
BUILD: [01:0000000061:ERRORE] NMAKE.EXE -i -c BUILDMSG=Stop. NOLINK=1
NOPASS0=1 failed - rc = 2
any ideas ?
Date: Fri, 3 Dec 2004 09:45:32 -0500
Usually indicates an EMPTY or syntactically incorrect INCLUDES define in
your SOURCES or SOURCES.CMN. If you are upgrading from V5.0 you will find
that the expected syntax has changed a bit (and unfortunately despite
troubles during Beta never got documented) The INCLUDES Macro should _NOT_
terminate with a semicolon ";"
--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com
Date: Mon, 6 Dec 2004 08:55:01 -0000
Thanks Steve that seemed to work however I now have the usual problem of
nmake not being able to build the project:
NMAKE : U1073: dont know how to make
D:\WinCE.5\PBWorkspaces\1084\WinCE.5\Geode_x86\cesysgen\oak\target\x86\retail\bldr.exe
BUILD: [01:0000000080:ERRORE] NMAKE.EXE -i -c BUILDMSG=Stop. NOLINK=1
NOPASS0=1 failed - rc = 2
I know it has to do with the fact that I moved the project out of
public\common\oak\csp but I cant find any information on how to inform
nmake where the project now resides.
regards...
P.
"Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> wrote in message
news:OjQlAbU2EHA.4028@TK2MSFTNGP15.phx.gbl...
> Usually indicates an EMPTY or syntactically incorrect INCLUDES define in
> your SOURCES or SOURCES.CMN. If you are upgrading from V5.0 you will find
> that the expected syntax has changed a bit (and unfortunately despite
> troubles during Beta never got documented) The INCLUDES Macro should _NOT_
> terminate with a semicolon ";"
>
> --
> Steve Maillet
> EmbeddedFusion
> www.EmbeddedFusion.com
> smaillet at EmbeddedFusion dot com
>
>