Git Product home page Git Product logo

ds2sdk's Introduction

ds2sdk

/******************************************************************************/
1. information
2. install
3. using
4. bug and improve
/******************************************************************************/

1.informaiton
The ds2sdk are collection of GCC compiler, ds2 hardware layer library, some open
source library and a example, are released to help devopling program run on DSTWO.
the directory including following files:
	include: header files of the library
	lib: library file lay in it
	libsrc: some open source code may be used, such as file system, console
	example: a example explaning how to applying the library
	specs: some special file in this directory, such as link script file
	gcc: GCC compiler in this directory
	tools: a tool converting the plane binary formate execuable file to the
		formate	that can run on DSTWO
	other files

2. install
Linux operation system are recomended to build the cross-comiling evironment.just
tar the compressed file in gcc directory to the work directory you wanted, then
setup the enviroment path of GCC. for example, the work directory is /opt, ds2sdk
directory on ~/, OS is unbuntu, commands as following:

sudo mkdir -p /opt
cd /opt
sudo tar xjf ~/ds2sdk/gcc/mipsel-4.1.2-nopic.tar.bz2
export PATH=$PATH:/opt/mipsel-4.1.2-nopic/bin

Prefix of the cross-compiler is "mipsel-linux-". after setup compiler, then
entering tools directory and allow the makeplug to be executable.

In fact, enter ds2sdk directory, just: make. the makefile will decompress 
compiler to /opt directory and compiling the open source library libds2a.a and
example files.

3. using
review ds2sdk/example/readme.txt for more informaiton.

4. bug and improve
	reporting bugs and improving advise are welcomed.

mail: [email protected]

ds2sdk's People

Contributors

173210 avatar d3m3vilurr avatar

Watchers

 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.