编译uclinux内核发生如下错误。请高手指点。
main.o: could not read symbols: File in wrong format collect2: ld returned 1 exit status…
我的小系统中dialog提示error opening terminal
在我做的一个小系统中: 2.4.32+busybox做的。然后又把dialog弄进去了。 执行dialog提示error opening terminal:linux 似乎是缺少terminal部分的设置…
交叉编译openssl-0.9.7
交叉编译openssl 宿主机:CentOS    目标机:华恒s3c2410处理器的板子 我交叉编译openssl遇到了错误。 armv4l-unknown-linux-gcc -o openssl …
关于2410中断中SRCPND和INTPND清零的疑问
我对s3c2410中断的理解如下: 已经设置cpsr为irq了 中断信号产生-> SRCPND相应位被设置为1 -> 如果没有被Mask -> priority仲裁 -> 设置相应的…
制作交叉编译环境时,编译 gcc 出错! 特来求救!
我用Linux内核是2.6.14版,binutils是binutils-2.14版,gcc 源码包是gcc-3.3.2版, 成功的编译了 binutils,解压gcc-3.3.2.tar.bz2成功之后, t-linux…
skyeye上运行uclinux出现的一个错误,该怎么办
This SkyEye was configured as "--host=i686-pc-linux-gnu --target=arm-elf"... (SkyEye) target sim cpu info: armv3, arm7tdmi, 41007700…
不能用 cat 实现录音!
大家好: 我想用 cat /dev/dsp 去实现录音功能。 可是,总是实现不了。 我用 cat /dev/dsp > 1.wav. 目录下有1.wav 文件, 但size 是0.  请…
求助:移植blob到s3c44B0x时,编译出错
移植blob到44B0时,编译出错!! 平台 UP-NETARM3000,CPU:s3c44box, 交叉编译器是:arm-uclibc-gcc,内核版本:ARM7TDMI [root@localhost blob-for3000]# …