kelly_kitagawa wrote:
> I downloaded rsync source code from
> http://samba.anu.edu.au/rsync/download.html. I am trying to compile it with
> the arm gcc compiler on Cygwin. After reading the INSTALL file of RSYNC
> folder, I need to "./configure" and it will generate the makefile for me.
>
> Im getting this error when I type "./configure"
>
> configure.sh: error: in `/rsync-3.0.7':
> configure.sh: error: no acceptable C compiler found in $PATH
>
> I exported the crosstool binaries in my system path,
> export $ export
> path=$PATH:/opt/crosstool/arm-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/bin.
>
> and I double checked echo $PATH and the crosstool binaries are included.
>
> Why can't the configure script recognize the crosstool path? Do I have to
> modify configure.sh?
Please don't double post the same message to multiple threads or
replies. It just annoys the others reading this list and makes them not
want to help.
You need to specify the target platform to the configure script, run
configure --help and it should atleast get you started in the right
direction. If you still don't understand then google cross compiling or
read through the crosstool docs.
--
Jason Stahls
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|