Code Monkey home page Code Monkey logo

Comments (6)

attdona avatar attdona commented on July 18, 2024

Sorry, it was my fault. I' m in the middle of a refactoring and I did a partial commit that broke the build.
In the meanwhile if you want try to go ahead try to checkout the last but one commit.

from nais.

tammana-umasankar avatar tammana-umasankar commented on July 18, 2024

Thanks for your response. I have checkout the last but one version (67ea4f6) and executed the commands as per wiki. The make gives the same issue "work/RIOT/NAIS_OLD/burba/sys/sbapp_cc3200/sbapp_priv.h:25:22: fatal error: sockloop.h: No such file or directory #include "sockloop.h""

The sockloop.h file does not find in this repository at all. Do I need to install any package or am I missing any step?

from nais.

attdona avatar attdona commented on July 18, 2024

sockloop.h is an api for a event loop around a select, it is a missing piece of my last pushes.
Please go back another commit, or until the problem disappear.
Now I'm in the wild for a few days without a pc, just with email...
What version of chip is in your hands? I have tested the RIOT port with a first generation cc3200 and with a servicepack version compatible with SDK 1.2.
I dont know if burba works with Sdk 1.3 out of the box...

from nais.

tammana-umasankar avatar tammana-umasankar commented on July 18, 2024

Thanks for your response and I have tried the July 6th version (3rd revision from last) (https://github.com/attdona/NAIS/tree/b50a4a7adc0bc1ec0bc5bcf80ace0dd17f78786d) which is successfully compiled and also executed the sample network application on CC3200 board.

As per my observation in tcp_connect() function some apis are from TI Simple link layer and some of them are RIOT posix socket apis.(connect() api. In fact sl_connect() is also available.)

Is there anyway to find which socket APIs can use directly without simplelink API for CC3200 board?

from nais.

attdona avatar attdona commented on July 18, 2024

I've mixed sl_* function with posix call that are macros defined in burba/cpu/cc3200/sdk/simplelink/socket.h.
I'll fix that to avoid confusion.

All socket calls are simplelink calls routed to the cc3200 network processor unit.

from nais.

attdona avatar attdona commented on July 18, 2024

Compilation problem fixed

from nais.

Related Issues (1)

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.