<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[裸机程序出错！]]></title>
 <link><![CDATA[http://121.40.142.80/read.php?tid=82559]]></link>
 <description><![CDATA[Latest 20 replies of 裸机程序出错！]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 09:54:25 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://121.40.142.80]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[终于找到答案了&#160;&#160;：
修改makefile里的
%.o : %.S
&#160;&#160;&#160;&#160;arm-linux-gcc -o $@ $&lt; -c

%.o : %.c
&#160;&#160;&#160;&#160;arm-linux-gcc -o $@ $&lt; -c 
为
%.o : %.S
&nbsp;&nbsp;&nbsp;&nbsp;arm-linux-gcc [u]-nostdlib[/u]-o $@ $&lt; -c

%.o : %.c
&nbsp;&nbsp;&nbsp;&nbsp;arm-lin ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=82559#271016]]></link>
 <author><![CDATA[12563208]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Sat, 22 Mar 2014 04:08:11 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[怎麽没人回答啊 ？大家没遇到这种情况吗？ [s:10]&nbsp;&nbsp;&nbsp;&nbsp;从网上搜到 需要加-nostdlib 不知道在上面地方加
mkaefile：
led_wtd.bin: start.o delay.o
&nbsp;&nbsp;&nbsp;&nbsp;arm-linux-ld -Ttext 0x0 -o led_wtd.elf $^
&nbsp;&nbsp;&nbsp;&nbsp;arm-linux-objcopy -O binary led_wtd.elf led_wtd.bin
 ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=82559#271013]]></link>
 <author><![CDATA[12563208]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Sat, 22 Mar 2014 04:00:23 +0000]]></pubdate>
</item>
</channel></rss>