Hello people, I have posted a message like this, but I think it was not very clear, so let me see now.
I'm developing an application similar to BaseStation that read something in the serial port and send to radio interface. I'm facing some problems to simulate the application. As you can see below, I can not compile the application for simulation: [EMAIL PROTECTED]:~/dpp/cvs-tinyos/tinyos-2.x/apps/BaseStation$ make micaz sim-sf mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling BaseStationC to object file sim.o ncc -c -shared -fPIC -o simbuild/micaz/sim.o -g -O0 -tossim -fnesc-nido-tosnodes=1000 -fnesc-simulate -fnesc-nido-motenumber=sim_node\(\) -I/home/dpatrick/dpp/cvs-tinyos/tinyos-2.x/tos/lib/tossim/sf -Wall -Wshadow -Wnesc-all -target=micaz -fnesc-cfile=simbuild/micaz/app.c -board=micasb -DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=100000 -DCC2420_NO_ACKNOWLEDGEMENTS -DCC2420_NO_ADDRESS_RECOGNITION -DIDENT_PROGRAM_NAME=\"BaseStationC\" -DIDENT_USER_ID=\"dpatrick\" -DIDENT_HOSTNAME=\"ubuntu-server\" -DIDENT_USER_HASH=0x09e68e63L -DIDENT_UNIX_TIME=0x484d750fL -DIDENT_UID_HASH=0x6642728cL -Wno-nesc-data-race BaseStationC.nc -fnesc-dump=components -fnesc-dump=variables -fnesc-dump=constants -fnesc-dump=typedefs -fnesc-dump=interfacedefs -fnesc-dump=tags -fnesc-dumpfile=app.xml In component `BaseStationC': BaseStationC.nc:79: ambiguous match make: *** [sim-exe] Error 1 Is there anything that I can do to solve this problem? Do I need to implement something? Please any suggestion, will help me a lot. I stop in this point, and I don't know what should I do. Thank very much all, Best regards Daniel Patrick _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
