For Running IPBaseStation in tinyos-2.x getting errors related to blip anybody have an idea to compile IPBaseStation in tinyos-2.x...
What is the error that you got?
msp430-gcc: /opt/tinyos-2.x/support/sdk/c/blip/lib6lowpan/iovec.c: No such file or directory
msp430-gcc: /opt/tinyos-2.x/support/sdk/c/blip/lib6lowpan/utility.c: No such file or directory
BaseStationP.nc:93:21: error: devconf.h: No such file or directory
BaseStationP.nc:94:24: error: lib6lowpan.h: No such file or directory
/opt/tinyos-2.x/tos/lib/net/blip/interfaces/IPAddress.nc:22:21: error: 6lowpan.h: No such file or directory
In file included from BaseStationP.nc:112,
from BaseStationC.nc:81:
In interface `IPAddress':
/opt/tinyos-2.x/tos/lib/net/blip/interfaces/IPAddress.nc:32: warning: `struct ip6_hdr' declared inside parameter list
/opt/tinyos-2.x/tos/lib/net/blip/interfaces/IPAddress.nc:32: warning: its scope is only this definition or declaration,
/opt/tinyos-2.x/tos/lib/net/blip/interfaces/IPAddress.nc:32: warning: which is probably not what you want.
In file included from BaseStationC.nc:81:
In component `BaseStationP':
BaseStationP.nc:139: `BLIP_L2_RETRIES' undeclared here (not in a function)
BaseStationP.nc:140: `BLIP_L2_DELAY' undeclared here (not in a function)
BaseStationP.nc:149: syntax error before `*'
BaseStationP.nc: In function `configureReply.runTask':
BaseStationP.nc:180: `reply' undeclared (first use in this function)
BaseStationP.nc:180: (Each undeclared identifier is reported only once
BaseStationP.nc:180: for each function it appears in.)
BaseStationP.nc: In function `Boot.booted':
BaseStationP.nc:218: `reply' undeclared (first use in this function)
BaseStationP.nc:218: `config_reply_t' undeclared (first use in this function)
BaseStationP.nc:218: syntax error before `)'
BaseStationP.nc: In function `SerialControl.startDone':
BaseStationP.nc:237: `reply' undeclared (first use in this function)
BaseStationP.nc:237: `CONFIG_ERROR_BOOTED' undeclared (first use in this function)
BaseStationP.nc: In function `ConfigureReceive.receive':
BaseStationP.nc:424: `config_cmd_t' undeclared (first use in this function)
BaseStationP.nc:424: `cmd' undeclared (first use in this function)
BaseStationP.nc:425: syntax error before `error'
BaseStationP.nc:433: syntax error before `)'
BaseStationP.nc:436: `CONFIG_ECHO' undeclared (first use in this function)
BaseStationP.nc:436: case label does not reduce to an integer constant
BaseStationP.nc:438: `CONFIG_SET_PARM' undeclared (first use in this function)
BaseStationP.nc:438: case label does not reduce to an integer constant
BaseStationP.nc:452: `CONFIG_REBOOT' undeclared (first use in this function)
BaseStationP.nc:452: case label does not reduce to an integer constant
BaseStationP.nc:455: `CONFIG_KEEPALIVE' undeclared (first use in this function)
BaseStationP.nc:455: case label does not reduce to an integer constant
BaseStationP.nc:459: `reply' undeclared (first use in this function)
BaseStationP.nc:459: `error' undeclared (first use in this function)
BaseStationP.nc: In function `ConfigureTimer.fired':
BaseStationP.nc:478: `config_reply_t' undeclared (first use in this function)
/opt/tinyos-2.x/tos/chips/cc2420/lpl/DummyLplC.nc:39:2: warning: #warning "*** LOW POWER COMMUNICATIONS DISABLED ***"
/opt/tinyos-2.x/tos/chips/cc2420/link/PacketLinkC.nc:38:2: warning: #warning "*** USING PACKET LINK LAYER"
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:23:21: error: 6lowpan.h: No such file or directory
In file included from /opt/tinyos-2.x/tos/lib/net/blip/IPAddressC.nc:28,
from BaseStationC.nc:114:
In component `IPAddressP':
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc: At top level:
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:53: conflicting types for `IPAddress.getLLAddr'
/opt/tinyos-2.x/tos/lib/net/blip/interfaces/IPAddress.nc:29: previous declaration of `IPAddress.getLLAddr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc: In function `IPAddress.getLLAddr':
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:54: invalid use of undefined type `struct in6_addr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:54: subscripted value is neither array nor pointer
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:54: implicit declaration of function `htons'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:55: invalid use of undefined type `struct in6_addr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:55: `linklocal_prefix' undeclared (first use in this function)
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:56: invalid use of undefined type `struct in6_addr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:56: subscripted value is neither array nor pointer
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:59: conflicting types for `IPAddress.getIPAddr'
/opt/tinyos-2.x/tos/lib/net/blip/interfaces/IPAddress.nc:30: previous declaration of `IPAddress.getIPAddr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc: In function `IPAddress.getIPAddr':
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:60: invalid use of undefined type `struct in6_addr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:60: subscripted value is neither array nor pointer
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:60: implicit declaration of function `htons'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:64: conflicting types for `IPAddress.getPublicAddr'
/opt/tinyos-2.x/tos/lib/net/blip/interfaces/IPAddress.nc:28: previous declaration of `IPAddress.getPublicAddr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc: In function `IPAddress.getPublicAddr':
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:65: invalid use of undefined type `struct in6_addr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:65: subscripted value is neither array nor pointer
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:65: implicit declaration of function `htons'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc: In function `IPAddress.setPrefix':
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:70: implicit declaration of function `ip_memclr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:70: invalid use of undefined type `struct in6_addr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:70: sizeof applied to an incomplete type
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:71: implicit declaration of function `ip_memcpy'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:71: invalid use of undefined type `struct in6_addr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:79: warning: `struct ip6_hdr' declared inside parameter list
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:79: conflicting types for `IPAddress.setSource'
/opt/tinyos-2.x/tos/lib/net/blip/interfaces/IPAddress.nc:32: previous declaration of `IPAddress.setSource'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc: In function `IPAddress.setSource':
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:82: invalid use of undefined type `struct ip6_hdr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:82: subscripted value is neither array nor pointer
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:84: invalid use of undefined type `struct ip6_hdr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:84: subscripted value is neither array nor pointer
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:87: invalid use of undefined type `struct ip6_hdr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:87: subscripted value is neither array nor pointer
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:89: invalid use of undefined type `struct ip6_hdr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:89: subscripted value is neither array nor pointer
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:95: invalid use of undefined type `struct ip6_hdr'
/opt/tinyos-2.x/tos/lib/net/blip/IPAddressP.nc:97: invalid use of undefined type `struct ip6_hdr'
make: *** [exe0] Error 1
these are the errors am getting
i solved this problem by CVS root update
We have Aruba switches , in virtualbox one vm running with SDN controller and another vm running minnet topology we need to connect mininet switches with physical switch to make a topology....
06 July 2019 6,397 4 View
SDN Opendaylight controller latest version have default Load Balancer. Which load balancing algorithm is used on it.And where can we check that in ODL folder. how to make it off and run our own...
06 July 2018 3,069 0 View
We need some details about soil moisture sensor which can be used with telosB. Please help us to select a product.
06 July 2014 2,744 4 View
JTossim required .pos file for network topology. Is anyone familiar with .pos files?
02 March 2014 2,062 3 View
We are using accelerometer for vehicle sensing but its not working for vibration its working only for tilt. How can I regulate this for vibration sensing?
01 February 2014 3,769 19 View
SPIN implementation in tinyos nesC.
10 November 2013 8,011 0 View
How to change the simulation area range in TOSSIM for placing nodes?
09 October 2013 2,495 0 View
My name is Apurva Saoji. I am a Ph.D scholar in Computer engineering in India. I am looking for international expert in reviewing my PhD thesis, "Competitive Optimization Techniques to Minimize...
07 August 2024 4,600 2 View
Hello What should be done to separate and identify organic acids in HPC when their RetTime is the same?Like oxalic acid with Propanoic Acid.or acids that have a very close RetTime.
07 August 2024 8,782 3 View
Mobile apps can be a powerful tool for enhancing academic performance, how can we use mobile apps for improving academic performance
04 August 2024 9,492 0 View
i have to study the awareness and adoption level of cloud computing in a district of India. i also want to use association among demographic variables like gender, age, education, income etc and...
02 August 2024 2,420 3 View
Our department has recently acquired an HPC (High-Performance Computing) system, and I'm thrilled to take my molecular dynamics calculations to the next level using Desmond. I used to run my...
28 July 2024 6,553 1 View
need of sensor details or sensor development for this question.
28 July 2024 4,539 3 View
I intend to explore and assess how offline womens' modern apparel store are losing out online and the need to get them on board based on this assessment. I am on a student on MPHIL Media and...
26 July 2024 1,440 1 View
I am reaching out to seek your valuable advice and recommendations regarding the best software tools to use for this research. Specifically, I am looking for software with a user-friendly...
22 July 2024 3,794 1 View
Image Processing Algorithms, Quantum Computing.
17 July 2024 7,958 2 View
In recent years, quantum computing has emerged as a groundbreaking technology with the potential to revolutionize various fields, including artificial intelligence (AI). AI has already made...
17 July 2024 1,398 3 View