Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

312 bytes added, 16:55, 1 June 2012
no edit summary
<span style="font-style: italic;"><span style="font-weight: bold;">Enviroment </span></span>'''''Ubuntu 10.04'''''
<pre>sudo add-apt-repository ppa:linaro-maintainers/toolchain</pre> <pre>sudo apt-get install cpp-4.5-arm-linux-gnueabi g++-4.5-arm-linux-gnueabi</pre>
=== Download from git repository ===
<pre>$ git clone git://git.isee.biz/pub/scm/igep-x-loader.git
</pre>git checkout &lt;your_desired_release&gt; -b &lt;your_name_release&gt;<br>
<pre>$ git checkout release-2.4.0-2 -b release-2.4.0-2-local
</pre> 
=== Setup the board settings<br> ===
<pre>make igep00x0_config</pre>
== Build Native ==
=== === Download from git repository ===<pre style="font-weight: normal; ">$ git clone git://git.isee.biz/pub/scm/igep-x-loader.git</pre>git checkout &lt;your_desired_release&gt; -b &lt;your_name_release&gt;<br><pre style="font-weight: normal; ">$ git checkout release-2.4.0-2 -b release-2.4.0-2-local</pre>Configure the board settings<br> ===
<pre>make igep00x0_config</pre><pre>Edit the variable CFLAGS and add the option: -fno-stack-protector
CFLAGS&nbsp;:= $(CPPFLAGS) -Wall -Wstrict-prototypes -fno-stack-protector</pre>