<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi everybody,<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I bought a foxboard an embedded device with an
axis processor, I'd like to cross-compile Asterisk for the foxboard on
my Debian box. I use a software development kit from Axis and I have a
little tutorial from the board manufacturer&nbsp; on&nbsp; how&nbsp; to cross compile&nbsp;
a little hello world program for the board<br>
&nbsp;<a class="moz-txt-link-freetext" href="http://www.acmesystems.it/index.php/How_to_compile_a_C_application">http://www.acmesystems.it/index.php/How_to_compile_a_C_application</a><br>
<br>
Here are the programms needed for axis cross compilation found on this
page<br>
<a class="moz-txt-link-freetext" href="http://www.acmesystems.it/index.php/Installing_the_Axis_SDK">http://www.acmesystems.it/index.php/Installing_the_Axis_SDK</a><br>
<a href="http://www.acmesystems.it/articles/00701/pmake_1.98-3_i386.deb"
 class="external text"
 title="http://www.acmesystems.it/articles/00701/pmake 1.98-3 i386.deb"
 rel="nofollow">pmake_1.98-3_i386.deb</a><br>
<a
 href="http://developer.axis.com/download/compiler/cris-dist_1.63-1_i386.deb"
 class="external text"
 title="http://developer.axis.com/download/compiler/cris-dist 1.63-1 i386.deb"
 rel="nofollow">cris-dist_1.63-1_i386.deb</a><br>
<a
 href="http://developer.axis.com/download/devboard/R2_01/devboard-R2_01.tar.gz"
 class="external text"
 title="http://developer.axis.com/download/devboard/R2 01/devboard-R2 01.tar.gz"
 rel="nofollow">devboard-R2_01.tar.gz</a><br>
<a
 href="http://developer.axis.com/download/distribution/devboard-R2_01-distfiles.tar.gz"
 class="external text"
 title="http://developer.axis.com/download/distribution/devboard-R2 01-distfiles.tar.gz"
 rel="nofollow">devboard-R2_01-distfiles.tar.gz</a><br>
<br>
The problem is that I don't know what to edit in the asterisk Makefile:<br>
# If cross compiling, define these to suit<br>
# CROSS_COMPILE=/opt/montavista/pro/devkit/arm/xscale_be/bin/xscale_be-<br>
# CROSS_COMPILE_BIN=/opt/montavista/pro/devkit/arm/xscale_be/bin/<br>
# CROSS_COMPILE_TARGET=/opt/montavista/pro/devkit/arm/xscale_be/target<br>
<br>
Here a some paths I have on my computer:<br>
<br>
root@debian:/home/francois/foxboard# find . -iname 'bin'<br>
./devboard-R2_01/tools/build-R2_12_4/bin<br>
./devboard-R2_01/target/cris-axis-linux-gnu/usr/bin<br>
./devboard-R2_01/target/cris-axis-linux-gnu/bin<br>
<br>
root@debian:/home/francois/foxboard# find . -iname 'target'<br>
./devboard-R2_01/os/linux-2.6-tag--devboard-R2_01/include/config/ip/nf/target<br>
./devboard-R2_01/target<br>
<br>
Can someone explain me what I should change in Asterisk Makefile,<br>
<br>
<br>
<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Francois-Xavier Bas

RSS-Global Technologies Ltd.
Bachemer Strasse 266
50935 Cologne
Germany

phone:        +49221 297-6491
email:         <a class="moz-txt-link-abbreviated" href="mailto:francois.bas@rss-global.com">francois.bas@rss-global.com</a>
url:        <a class="moz-txt-link-abbreviated" href="http://www.rss-global.com">www.rss-global.com</a>


</pre>
</body>
</html>