[Tinyos-8051wg] help me get started
Martin Leopold
leopold at diku.dk
Thu Oct 25 08:42:26 PDT 2007
Hi Wahid.
On Thu, 2007-10-25 at 02:48 -0700, Wahid wrote:
> I corrected my mistake as you instructed. this
> time the build directory was created.however i
> faced some warnings and an error. I'll appreciate
> if you help me through:
It seems there are two problems: the first part of you mail looks like a
problem with make and the latter part looks like a problem with wine.
> root at wahid-desktop:/opt/tinyos-2.x-contrib/diku/mcs51/apps/BlinkNoTimer#
> make cc2430em
>
> /opt/tinyos-2.x-contrib/diku/mcs51/support/make/mcs51/mcs51.rules:54:
> warning: overriding commands for target
> `tosimage'
> /opt/tinyos-2.x-contrib/diku/mcs51/support/make/mcs51/mcs51.rules:54:
> warning: ignoring old commands for target
> `tosimage'
> ...
I'm puzzled as to what is going on. To me it look like the target are defined more
than once.
What does your TOSMAKE_PATH look like now? Could you send me the output of running
the command "echo $TOSMAKE_PATH" just prior to "make cc2430em".
> cd build/cc2430em && env
> WINEPREFIX=/home/wahid/.wine.keil LC_ALL=en_US
> wine wcmd /c ./startup.bat
>
> wine: could not load
> L"c:\\windows\\system32\\wcmd.exe": Module not
> found
That's my mistake "wcmd" has been renamed to "cmd" - find the
mcs51.rules file and replace "wcmd" with "cmd". I'll include the change
with the next round of code.
--
Regards Martin Leopold.
Dept. of Computer Science, University of Copenhagen
http://www.diku.dk/~leopold
More information about the Tinyos-8051wg
mailing list