achenal 发表于 2008-1-29 10:46:22

我的HelloWorld xscale程序跑起来是乱码

我用xscale_be的编译器编译了hello world程序, 在pxa27x里运行后出现一堆乱码,终端里敲入命令也变成乱码
具体操作如下:
#xscale_be-gcc -o hello hello.c
#mount initrd_minigui.img /mnt -o loop -w
#cp hello /mnt/bin
#umount
#skyeye -e vmlinux
#cd bin
#./hello

ksh 发表于 2008-1-31 13:09:22

I think you should compile your hello by static link as the following:
xscale_be-gcc -o hello hello.c -static.

achenal 发表于 2008-1-31 23:51:15

加了选项,一样是乱码。
页: [1]
查看完整版本: 我的HelloWorld xscale程序跑起来是乱码