<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ubuntu,debian,redhat -linuxany.com &#187; mipsel</title>
	<atom:link href="http://www.linuxany.com/archives/tag/mipsel/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[原创]移植常用软件到MIPS平台之mysql5</title>
		<link>http://www.linuxany.com/archives/1222.html</link>
		<comments>http://www.linuxany.com/archives/1222.html#comments</comments>
		<pubDate>Sat, 20 Feb 2010 07:35:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MIPS]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[hndtools]]></category>
		<category><![CDATA[mipsel]]></category>
		<category><![CDATA[mysq.cross-compile]]></category>
		<category><![CDATA[uclibc]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1222</guid>
		<description><![CDATA[1.平台环境：BCM3302 V2.9 2.移植软件：mysql5(下载：mysql-5.0.22.tar.gz) 3.移植目标： 能在目标平台上正常以后台进程方式运行 能正常查询，建立数据等日常数据库操作 4.移植说明： CXX 必须指定C++的编译器，否则configure即出错 一、编译环境的建立 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; export CXX=/usr/local/hndtools-mipsel-uclibc-4.2.4/bin/mipsel-linux-g++ export CPPFLAGS='-s -static -I/usr/local/hndtools-mipsel-uclibc-4.2.4/include' export CFLAGS='-s -static -I/usr/local/hndtools-mipsel-uclibc-4.2.4/include' export LDFLAGS=-L/usr/local/hndtools-mipsel-uclibc-4.2.4/lib/ export CC=/usr/local/hndtools-mipsel-uclibc-4.2.4/bin/mipsel-linux-gcc &#160; export AR=/usr/local/hndtools-mipsel-uclibc-4.2.4/bin/mipsel-linux-ar export LD=/usr/local/hndtools-mipsel-uclibc-4.2.4/bin/mipsel-linux-ld export RANLIB=/usr/local/hndtools-mipsel-uclibc-4.2.4/bin/mipsel-linux-ranlib 二、建立配置文件 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; ./configure&#160; --prefix=/linuxany.com/cross/mysql --host=mips-linux --with-named-curses-libs=/mnt/usb1_1/mips_ncurses/lib/libncurses.a --without-debug --without-docs --without-man --without-bench --with-mysqld-ldflags=-all-static&#160; --with-client-ldflags=-all-static 出错解决： 1、return type of sprintf : error: cannot run test program [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1222.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

