Mailing list archive (omnetpp-l at omnetpp.org)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [omnetpp] Running NescT



I also found some other explanation on the net.  The command line window 
that you are running nesct should be a

Visual Studio 2005 Command Prompt

which can be accessed from start menu. I think nmake is trying to access c 
compiler and is unable to find it. The microsoft c compiler is named as 
cl.exe. Type cl.exe in this window to see if it can access it.

Mixing different compilers and nmakes can also lead to this behaviour.

sinan.

----- Original Message ----- 
From: "Michele Ciabatti" <michele.ciabatti at xxx>
To: <omnetpp-l at xxx>
Sent: Monday, January 15, 2007 7:27 PM
Subject: [omnetpp] Running NescT


>
> c:\Programmi\Omnet++\tictoc
>
> Makefile.vc is in tictoc directory.
> nesct.exe is in tictoc directory
>
> My steps are:
>
> 1- Node configuration CntToLedsRfm
>
> 2-  ...components
>    copy CntToLedsAndRfm.nc ..\Application.nc
> ..tictoc
> .\nesct.exe Application.nc
>
>
> 3-  ...components
>    copy RfmToLeds.nc ..\Application.nc
>
> ..tictoc
> .\nesct.exe Application.nc
>
> 4- opp_nmakemake -c config.win32 -f
>
> 5- nmak -f makefile.vc
>
> Nmake fatal error  U1077.
>
> Thanks,
>
> Michele
>
>
>


--------------------------------------------------------------------------------


> _______________________________________________
> OMNeT++ Mailing List
> options: http://lists.omnetpp.org/mailman/listinfo/omnetpp-l
> archive: http://www.omnetpp.org/listarchive/index.php
> 

_______________________________________________
OMNeT++ Mailing List
options: http://lists.omnetpp.org/mailman/listinfo/omnetpp-l
archive: http://www.omnetpp.org/listarchive/index.php

Home | Main Index | Thread Index