|
各位大虾好,我下载了交叉编译工具链,,,在测试hello,world!程序的时候,出现错误,提示如下:
gcc: installation problem, cannot exec `cpp0':there is no such file or dircctory
按照网上的方法,建立相应的符号链接后,又提示找不到stdio.h stddef.h等文件,我把这些文件路径添加到搜索路径后,,又出现如下错误:
gcc: installation problem, cannot exec `cc1':there is no such file or dircctory
按照上面类似方法建立符号链接后,又提示程序里面的许多错误,不过,都是生成的临时汇编代码,
换了几个版本的交叉工具链,都有同样的问题,哪位知道怎样解决,还请帮忙,谢谢了
使用过的交叉工具链版本包括2.95.3 3.2,Linux版本包括redhat 9.0 Debian 4.0 |
|