Hello all,
I am trying to install the new distribution on a computer for everybody
to use and I keep getting this error when I try to compile:
Administrator@BEETLE ~/nest/apps/cnt_to_leds
$ make rene
../Makeinclude:203: binrene/Makefile.objs: No such file or directory
mkdir binrene
touch binrene/x
touch binrene/cnt_to_leds.schema
if (test -f cnt_to_leds_acc.c) then \
../../tools/parseschema binrene/cnt_to_leds.schema
binrene/moteschema.h
cnt_to_leds_acc.c ACCESSORS.c; \
touch binrene/moteschema.h; \
else \
touch binrene/moteschema.h; \
fi
../../tools/desc2objs
cnt_to_leds.desc ../../tos/system ../../tos/platform/rene
../../tos/shared > binrene/Makefile.objs
../../tools/desc2objs: not found
make: *** [binrene/Makefile.objs] Error 1
Administrator@BEETLE ~/nest/apps/cnt_to_leds
$ ../../tools/desc2objs
cnt_to_leds.desc ../../tos/system/ ../../tos/platform/r
ene/ ../../tos/shared/ > binrene/Makefile.objs
bash: ../../tools/desc2objs: bad interpreter: No such file or directory
I try re-typing the command that it appears to have failed on and still
get an error. I've tried re-downloading the distribution a couple
times with no success as well. desc2objs is definitely in the
specified directory. I'm stumped.
Any ideas? It would be most helpful if I could get this fixed. Thanks,
Sarah