Giter Site home page Giter Site logo

Comments (3)

cire831 avatar cire831 commented on July 28, 2024

The first error:

In component MuxAlarmMilli32C_': ../../tos/lib/timer/MuxAlarmMilli32C_.nc:55: component AlarmMilli32C not found ../../tos/lib/timer/MuxAlarmMilli32C_.nc:55: component AlarmMilli32C' is not generic
../../tos/lib/timer/MuxAlarmMilli32C_.nc:56: no match
../../support/make/Makerules:369: recipe for target 'exe' failed
make: *** [exe] Error 1

comes because the 'iris' platform doesn't support AlarmMilli32C. If you look in support/make/platforms/iris.platform, you will see a list of search paths that nesc is looking in for the files scanned for code.

AlarmMilli32C is only implemented for the msp432, atm128rfa1, msp430, and jn516 processors. The Iris platform looks like it is based on the atm1281 processor and no one implemented AlarmMilli32C for that processor.

Why are you using the 'Iris' processor?

from tinyos-main.

cire831 avatar cire831 commented on July 28, 2024

The second error from:

nelson@nelson-VirtualBox:~/tinyos-main/apps/CoapBlip$ make iris blip coap install,3 mib520,/dev/ttyUSB0

yields errors like:

In file included from ../../tools/tinyos/c/coap/option.h:18,
from ../../tools/tinyos/c/coap/net.h:44,
from CoapBlipP.nc:38:
../../tools/tinyos/c/coap/bits.h:18:23: error: sys/types.h: No such file or directory

The COAP code uses the host systems types.h. Your system doesn't apprear to have 'sys/types.h'

I don't have a fix for that. Any fix should try to adapt to the underlying host system automatically.

from tinyos-main.

cire831 avatar cire831 commented on July 28, 2024

I don't have a fix for either of these problems.

I don't have avr hardware (in particular the Iris platform). Nor do I use COAP. The Iris/AVR code and the COAP code is old and I am not aware of a maintainer.

You could try fixing it yourself. Other than that I don't have any suggestions. Sorry.

from tinyos-main.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.