x479231y12 发表于 2011-11-17 20:09:25

Navi 的源码 如何编辑成.hex ?

Navi 的源码 如何编辑成.hex
想把 Navi Ctrl v0.17e 开源编成 .hex档
用了MDK422a.exe 和arm-2011.03-42-arm-none-eabi-i686-mingw32 编译
却出现了以下错误(有2-300行)

Build target 'Navi-Ctrl'
compiling main.c...
main.c: In function 'GetNaviCtrlVersion':
main.c(65): warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
c:\program files\codesourcery\sourcery g++ lite\bin\../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/stdio.h:262:5: note: expected 'char *' but argument is of type 'u8 *'
main.c: In function 'CheckErrors':
main.c(75): warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
c:\program files\codesourcery\sourcery g++ lite\bin\../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/stdio.h:262:5: note: expected 'char *' but argument is of type 's8 *'
main.c(82): warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
c:\program files\codesourcery\sourcery g++ lite\bin\../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/stdio.h:262:5: note: expected 'char *' but argument is of type 's8 *'


板上用过的方法:
http://cache.amobbs.com/bbs_upload782111/files_47/ourdev_696242IO2R4W.JPG
(原文件名:000.JPG)

已经把SVN 里所有的Navi都载下来了还是无法编译有人成功过吗?
页: [1]
查看完整版本: Navi 的源码 如何编辑成.hex ?