Projects tagged ‘elf’ and ‘library’


[5 total ]

514 Users
   

The GNU linker and related programs and libraries: ar, as, gprof, ld, nm, ranlib, strip, libbfd. You depend on this utterly.
Created over 2 years ago.

1 Users

A toolchain consisting of a C compiler and various tools for binary object handling.
Created over 3 years ago.

1 Users

A BSD-licensed implementation of compilation tools (nm, ar, as, ld, etc.) for the ELF object format.
Created about 1 year ago.

0 Users

Elfpack Open-Source ProjectThe name of this project is not ACEEL!!! ACEEL is only the name for the library part!!!This project's aim is to store Elfpack-libraries and elf-sources which are either to ... [More] small/bad for the official SVN or whose developers don't get access to it, it's not a rival project, more a addition. This project consists of two parts: Source code of elfs which are not on official SVN (this part is not ACEEL)We store the source of some elfs which are not represneted on the official SVN. The reasons are: SVN keeps a log of changes every developer who has access can improve them users who want to tets experimental versions can compile the current source code Please don't publish elfs you compile from this sources because it's very likely that they are unstable and buggy. Stable releases will be published on the Downloadspage. By downloading the source code you agree to the GNU General Public License v3 Alternative Compiled Experimental ElfPack Library (ACEEL)These are not official Elfpack libraries! USE AT YOUR OWN DISCRETION! SE-NSE nor any of the uploaders are responsible for any damages that may occur from the resulting use of this Library. Please note that some functions are not completely verified as working. These Libraries could make your phone unstable as they may contain some incorrect functions. Post your results at http://forums.se-nse.net/index.php?showtopic=30204 to help improve the Library You can get the Libraries here: http://code.google.com/p/elfpack-libraries/source/browse/#svn/trunk or from SVN, the howto is located here: http://code.google.com/p/elfpack-libraries/source/checkout If you find any problems please report in the Se-nse thread mentionend above and/or open a new Issue. To get an account you can ask MouSeX on Se-nse. [Less]
Created about 1 year ago.

0 Users

The MLlib (or Minishlink's Library) is a simple library to develop on Nintendo Wii. Technically, it's a wrapper of libogc and others librairies. Coding with this lib on Wii is way easier now ! :-) ... [More] More info here. TemplateHere's the simple code to have the program running on Wii : #include int main(int argc, char **argv) { ML_Init(); ML_SplashScreen(); // You can delete this instruction, but please let it if you can :) while(1) { if(Wiimote[0].Newpress.Home) ML_Exit(); ML_Refresh(); } return 0; }Authors :Minishlink Special Thanks :Chaosteil Cid2Mizard Crayon Dhewg Dykam EvilSpoon Feesh Mollusk Morukutsu NoNameNo Svpe T4ils WntrMute Zeblackos and these communities : www.dev-fr.org + IRC Channel #dev-fr www.nintendomax.com www.wiibrew.org + IRC Channel #wiidev www.wiigen.fr [Less]
Created 12 months ago.