Looks like xmep401 component is not specified in your Makefile. If you look at the file Makefile.component, there should be a line saying "COMPONENT=xmep401", so xmep401.nc can be identified by the nesC compiler. Can you check if this line is commented out?
Ning On Tue, 22 Mar 2005 21:02:44 -0800 (PST), ranveer singh <[EMAIL PROTECTED]> wrote: > Hi, > I hav checked some programe in Xmesh files > about Clustering. But, when i m compiling that files > with "make pc" then it produce 1 error in all the > files. > erro is : > > [root@ xmep401]# make pc > compiling to a pc binary > ncc -o build/pc/main.exe -g -O0 -board=micasb -pthread > -target=pc -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d > -Wnesc-all -fnesc-nido-tosnodes=1000 > -fnesc-cfile=build/pc/app.c .nc -lm > gcc: .nc: No such file or directory > make: *** [build/pc/main.exe] Error 1 > > i have checked all things, like file name in > Makefile, configuration name, module name etc. It > create build and pc file but it does not create > main.exe file. > And i m not able to reduce this error. So plz help me > that how to simulate lot of sensors with Clustering. > > as soon as. > > Thanx > Ranveer > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > Tinyos-users mailing list > [email protected] > http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users > _______________________________________________ Tinyos-users mailing list [email protected] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
