Giter VIP home page Giter VIP logo

junction2018's Introduction

DISCONTINUATION OF PROJECT.

This project will no longer be maintained by Intel.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

junction2018's People

Contributors

andrzej-kaczmarek avatar armansito avatar bharatpanda avatar bulislaw avatar chanten avatar deymo avatar edrzmr avatar eramoto avatar finikorg avatar forrest-zhao avatar gowthamab avatar hadess avatar holtmann avatar inga-s avatar izabela48 avatar jcaden avatar kolodgrz avatar lkslawek avatar lucasdemarchi avatar marcinkraglak avatar michalskir avatar rveerama1 avatar sancane avatar sdemario avatar sjanc avatar syamsidhardh avatar tyszkjak avatar ulissesf avatar vcgomes avatar vudentz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

junction2018's Issues

make errors

After bootstrap and configure start make

mesh/net_keys.c:288:11: error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=]
   l_error("cmac compare failed %16.16lx != %16.16lx",

mesh/net.c:1304:15: error: cast increases required alignment of target type [-Werror=cast-align]
   frnd_msg =  (struct mesh_friend_msg *) l_new(uint8_t, size);

mesh/prov.c:334:11: error: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘unsigned int’ [-Werror=format=]
    l_info("Incoming pkt exceeds storage %d > %ld",

mesh/model.c:413:10: error: format ‘%zu’ expects argument of type ‘size_t’, but argument 6 has type ‘__suseconds_t {aka long int}’ [-Werror=format=]
   l_info("Duration 0.%zu seconds",

mesh/model.c:417:11: error: format ‘%zu’ expects argument of type ‘size_t’, but argument 6 has type ‘long int’ [-Werror=format=]
    l_info("Duration %zu.%zu seconds",

mesh/model.c:421:11: error: format ‘%zu’ expects argument of type ‘size_t’, but argument 7 has type ‘__suseconds_t {aka long int}’ [-Werror=format=]
    l_info("Duration %zu.%zu seconds",

mesh/cfgmod-server.c:1121:23: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
   if (time_now.tv_sec >= hb->sub_period)

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.