OpenLink Software

Usage stats on German/CHDK unter Linux kompilieren

 Permalink

an Entity in Data Space: 134.155.108.49:8890

This is the procedure I used to compile CHDK (April 2007). * Create a directory where to load the CHDK source code. > mkdir ~/chdk && cd ~/chdk * Get the CHDK source code. > svn co or > svn co * Or update the source code > cd grand && svn up * Install the cross compiler Get the sources of gcc and binutils from a GNU repository. I used the latest available version of each. Decide where the cross compiler will be on your computer. > mkdir ~/arm-elf Tell your computer you are going to run programs from that location. > export PATH=${HOME}/arm-elf/bin:$PATH Create a working area and build binutils and gcc. > mkdir ~/wa > cd ~/wa > tar xvfj ../src/rlx_dist/binutils-2.17.tar.bz2 > tar xvfj ../src/rlx_dist/gcc-4.1.2.tar.bz2 > cd binutils-2.17 > ./configur

Graph IRICount
http://dbkwik.webdatacommons.org5
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] This material is Open Knowledge Creative Commons License Valid XHTML + RDFa
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Copyright © 2009-2012 OpenLink Software