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
I want to know more about Uranium ore deposits in world.
11 August 2024 6,720 0 View
I want to know more about diamond ore deposits in world.
11 August 2024 2,167 1 View
We assume that the difference is huge and that it is not possible to compare the two spaces. The R^4 mathematical space considers time as an external controller and the space itself is immobile in...
10 August 2024 6,678 14 View
If Banks do not provide credit facility, what are the options available for FPOs and impact on producer’s income?
10 August 2024 8,198 5 View
I used eye tracking to examine how participants from two different populations (A and B) react to an image. Participants in population A exhibit larger pupil sizes over time, but they also have...
10 August 2024 3,229 0 View
What are a “Farmers Producer Organization” (FPO) and its essential features?
10 August 2024 477 5 View
I have been doing the m6A dot blot for a while with no improvement, I am extracting the RNA, and I can see the dots although the three biological replicas give a different reading on the memberan...
10 August 2024 8,539 5 View
How do interactions between the biosphere, the carbon cycle, and the water cycle impact global warming and interaction between the atmosphere and the hydrosphere?
09 August 2024 3,291 2 View
I have input a moment load in module load Abaqus, i put my moment load on the node surface (using reference point). I have define moment in history output and make a set for moment too. But the...
08 August 2024 4,831 4 View
How is energy cycled through the Earth's climate system and how do matter cycle and energy flow through the rock cycle?
08 August 2024 8,162 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