[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02547) Re: how to cross-compile the USAGI userland
Hello,
On Thu, 18 Sep 2003 15:4:13 +0800
"" <congm@xxxxxxxx> wrote:
> Hi, everyone.
>
> I am new one on this mailing list.
>
> I would like to execute ping6 or other IPv6 commands
> on my SH4 host, but I don't know how to cross-compile the
> USAGI userland applications for it.
>
> Will someone give me useful advice ?
>
I succeeded to cross-compile with these commands
but I did not check ping6 actually running on SH4.
$ cd ping6
$ export CC=sh4-linux-gcc
$ ./configure
$ make
$ file ping6
ping6: ELF 32-bit LSB executable, Hitachi SH, version 1 (SYSV), for GNU/Linux 2.0.0, dynamically linked (uses shared libs), not stripped
--Kazunori Miyazawa