我的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 I think you should compile your hello by static link as the following:
xscale_be-gcc -o hello hello.c -static. 加了选项,一样是乱码。
页:
[1]