Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mxlgv/binutils-kex

Resurrection of "binutils" by Serge for KolibriOS
https://github.com/mxlgv/binutils-kex

binutils kolibri kolibrios

Last synced: 9 days ago
JSON representation

Resurrection of "binutils" by Serge for KolibriOS

Awesome Lists containing this project

README

        

# binutils-kex

### Description:

**[Serge's](http://websvn.kolibrios.org/listing.php?repname=Kolibri+OS&path=%2Fcontrib%2Ftoolchain%2Fbinutils%2Faa82d1856686feabbdbbb8959ceb57163) modified binutils for "KolibriOS" (configured for output via console.obj)**

### Compilation:

make && make compress

### Usage example:

**Use ar to create the .a library:**

ar -crs libtest.a test1.o test2.o test3.o