Hello Wayne, How can i cross compile rsync for my coldfire ?
i try this but i have some errors : # # CC=m68k-elf-gcc ./configure --host=m68k-elf-linux configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. configure: Configuring rsync 2.6.9 checking build system type... i686-pc-linux-gnu checking host system type... m68k-elf-linux-gnu checking target system type... m68k-elf-linux-gnu checking for m68k-elf-linux-gcc... m68k-elf_gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. # and after this : # CC=m68k-elf-gcc ./configure --build=m68k-elf-linux configure: Configuring rsync 2.6.9 checking build system type... m68k-elf-linux-gnu checking host system type... m68k-elf-linux-gnu checking target system type... m68k-elf-linux-gnu checking for gcc... m68k-elf_gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. # i've already used m68k-elf-gcc for my kernel, and no problems appears. I've attached file "config.log" http://www.nabble.com/file/p13746758/config.log config.log thanks for your answer. Philippe. Wayne Davison-2 wrote: > > On Tue, Nov 13, 2007 at 08:01:12AM -0800, Phil49 wrote: >> where can i find the patched >> version which uses threads instead of rsync ? > > There is a patch in the "patches" subdir of the 2.6.9 tar file. You > can apply it via "patch -p1 <patches/threaded-receiver.diff", then run > ./configure, make, and make install (or copy the rsync binary where > needed). > > ..wayne.. > -- > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > > -- View this message in context: http://www.nabble.com/micro-rsync-tf4695543.html#a13746758 Sent from the Samba - rsync mailing list archive at Nabble.com. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html