Coder Social home page Coder Social logo

contiki-minilink's Introduction

Minilink Linker

The Minilink linker produces much smaler modules, then the ELF linker. Although the actual linker is bigger, then the ELF Linker, it needs less flash memory, because the symbol table can be saved on external flash.

Example

The example should run out of the box, by opening the csc on Cooja. It loads an mlk module and links it against the current lernel. The symbol table and module are loaded to the external flash using the test script. On real nodes you must come up with a solution for doing this yourself.

Tools

The tools are responsible for creating the symbol table and the module. They need the LibBFD. You might need to adjust BFDLIBDIR in tools/Makefile I the provided version does not work with your system you might need to compile it yourself.

Building your own LibBFD

git clone git://git.code.sf.net/p/mspgcc/binutils msp-binutils
cd msp-binutils
./configure --target=msp430
make

Update files in libbfd-* folder

License

BSD http://www.opensource.org/licenses/bsd-license.php

Contact

Moritz "Morty" Strübe [email protected]

contiki-minilink's People

Contributors

cmorty avatar

Watchers

James Cloos avatar

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.