目录
- 5.1. 安装crosstool-ng工具本身的阶段常见问题及解决办法
- 5.1.1. 缺少一些开发相关的工具
- 5.1.1.1. configure: error: missing required tool: bison
- 5.1.1.2. configure: error: missing required tool: flex
- 5.1.1.3. configure: error: missing required tool: gperf
- 5.1.1.4. configure: error: missing required tool: makeinfo
- 5.1.1.5. configure: error: could not find GNU awk
- 5.1.1.6. configure: error: could not find GNU libtool >= 1.5.26
- 5.1.1.7. configure: error: could not find GNU automake >= 1.10
- 5.1.1.8. configure: error: could not find curses header, required for the kconfig frontends
- 5.1.2. 在Cygwin下出现的一些问题
- 5.1.2.1. zconf.tab.o:zconf.tab.c:(.text+0x162a): undefined reference to ‘_libintl_gettext'
- 5.1.2.2. lxdialog/menubox.o:menubox.c:(.text+0x7d): undefined reference to `_wattrset'
- 5.1.2.3. nconf.c:1521:2: error: lvalue required as left operand of assignment
- 5.1.2.4. bash: ct-ng: command not found
- 5.1.2.5. Win7下无法编辑保存Cygwin中的文件
- 5.2. crosstool-ng在编译阶段常见问题及解决办法
- 5.2.1. 不论何种平台下编译crosstool-ng常见错误及解决办法
- 5.2.1.1. scripts/unifdef.c:209:25: error: conflicting types for ‘getline'
- 5.2.1.2. Build failed in step ‘Extracting and patching toolchain components’,in function ‘CT_DoExecLog’ (line unknown, sorry)
- 5.2.1.3. [libgcc/./_powisf2.o] Error 1,/tmp/cc7Xh6xp.s:21: Error: selected processor does not support ARM mode `fmsr s14,r0′
- 5.2.1.4. .build/arm-xscale-linux-gnueabi/buildtools/include/cloog/ppl_backend.h:54: undefined reference to `_ppl_finalize'
- 5.2.1.5. Makefile:240: *** mixed implicit and normal rules. Stop.
- 5.2.2. Cygwin下编译crosstool-ng常见错误及解决办法
- 5.2.3. Linux下编译crosstool-ng常见错误及解决办法