Discussion:
[Open64-devel] How to port open64 for MIPS
黄虎才
2014-11-14 08:03:47 UTC
Permalink
Hi, all.
I want to port open64 for MIPS, I download the source code of open64.5 and
configure like:
./configure --prefix=/home/compiler/ --target=sl-unknown-linux-gnu
and then make, make install.
During the making and installation, it works well. But i can't find opencc
in directory
/home/compiler/usr/bin, and if i compile open64 like
./configure --prefix=/home/compiler/ && make && make install
opencc is located at /home/compiler/bin.
Makefile tells me that x86 is the default target if i don't set --target.
But if i set --target=sl-unknown-linux-gnu for porting, i can't get
compiler open64-for-mips.
Does anybody know why? Thanks a lot.
Jian-Xin Lai
2014-11-17 05:19:08 UTC
Permalink
I'm not sure if the SL is also using the current scripts/makefiles for
configure/make/make install. Maybe someone from SL/ICT can answer this
question.
Or, do you find if the 'driver' is built successfully? You can copy it to
$prefix/usr/bin and rename to opencc.
Post by 黄虎才
Hi, all.
I want to port open64 for MIPS, I download the source code of open64.5 and
./configure --prefix=/home/compiler/ --target=sl-unknown-linux-gnu
and then make, make install.
During the making and installation, it works well. But i can't find opencc
in directory
/home/compiler/usr/bin, and if i compile open64 like
./configure --prefix=/home/compiler/ && make && make install
opencc is located at /home/compiler/bin.
Makefile tells me that x86 is the default target if i don't set --target.
But if i set --target=sl-unknown-linux-gnu for porting, i can't get
compiler open64-for-mips.
Does anybody know why? Thanks a lot.
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Open64-devel mailing list
https://lists.sourceforge.net/lists/listinfo/open64-devel
--
Regards,
Lai Jian-Xin
Loading...