2008-07-03 03:48:00 Jthread does not support bfin compiler, does it?
Matthew Wang (CHINA)
Message: 58249
I wanna use JRTPLIB and Jthread
JRTPLIB can be cross-compiled by bfin compiler,
but JThread may not, here is the message I got:
[root@localhost jthread-1.2.1]# ./configure --host=bfin-linux-uclibc
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.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for bfin-linux-uclibc-strip... bfin-linux-uclibc-strip
checking build system type... i686-pc-linux-gnu
checking host system type... Invalid configuration `bfin-linux-uclibc': machine `bfin' not recognized
configure: error: /bin/sh ./config.sub bfin-linux-uclibc failed
[root@localhost jthread-1.2.1]#
[root@localhost jthread-1.2.1]# ./configure --host=bfin-uclinux
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.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for bfin-uclinux-strip... bfin-uclinux-strip
checking build system type... i686-pc-linux-gnu
checking host system type... Invalid configuration `bfin-uclinux': machine `bfin' not recognized
configure: error: /bin/sh ./config.sub bfin-uclinux failed
[root@localhost jthread-1.2.1]#
TranslateQuoteReplyEditDelete
2008-07-03 08:20:35 Re: Jthread does not support bfin compiler, does it?
Mike Frysinger (UNITED STATES)
Message: 58268
please read the FAQ (Running config.sub results in "machine `bfin' not recognized"):
http://docs.blackfin.uclinux.org/doku.php?id=faq
QuoteReplyEditDelete
2008-07-03 21:56:17 回复: Re: Jthread does not support bfin compiler, does it?
Matthew Wang (CHINA)
Message: 58297
Mike, thank u for ur help~~~
I got it~~~
Matthew