NDS開發日誌(二)

來源:互聯網
上載者:User
 OK,現在需要確認一下開發環境的安裝是否成功。可以通過編譯/devkitPro/PAlibExamples/Text/Normal/HelloWorld下的工程來試一試,運行build.bat,

    arm-eabi-g++ -g -mthumb-interwork -mno-fpu -L/F/devkitPro/PAlib/lib -specs=ds_ar
m9.specs main.o -LF:/devkitPro/PAlib//lib -lpa9 -L/F/devkitPro/libnds/lib -lfat
-lnds9 -ldswifi9 -o build.elf
f:/devkitpro/devkitarm/bin/../lib/gcc/arm-eabi/4.1.2/../../../../arm-eabi/lib/ds
_arm9_crt0.o: In function `CIDLoop':
ds_arm9_crt0.s:(.init+0x2ac): undefined reference to `initSystem'
collect2: ld returned 1 exit status
make[1]: *** [/f/devkitPro/PAlibExamples/Text/Normal/HelloWorld/HelloWorld.elf]
Error 1
make: *** [build] Error 2

噢,有錯誤發生了!

搜尋了一下,在http://palib.info/forum/modules/newbb/viewtopic.php?topic_id=3854&forum=3&post_id=23120#forumpost23120有答案:
    “using devkitPro Updater 1.4.4...the issue is compatibility between the latest palib and devkitArm Release 21。You can either downlaod Devkit Arm release 20”。
     暈,最新版本的palib與devkitArm Release21的相容性有問題,可以通過用Devkit Arm release 20代替devkitArm Release21解決。在 http://sourceforge.net/project/showfiles.php?group_id=114505&package_id=124207&release_id=481692可以下載到Devkit Arm release 20。下載完畢後只要把Devkit Arm release 20解壓到devkitpro的安裝目錄,覆蓋掉原來的/devkitPro/devkitARM就好了。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.