我正在尝试在 Mac 上为 Linux 构建工具链。
我按照 docs/MacOS-X.txt 中的说明配置 ct-ng(除了我使用 MacPorts 中的 GNU soft 并且我的分区已经区分大小写)。但是,当我尝试构建时,我在 shell 文件中遇到很多错误,如下所示:
[ERROR] called from '/Users/xxx/tmp/crosstool-ng-1.5.2/scripts/functions' at line # 250 in function 'CT_OnError'
[ERROR] called from '/Users/xxx/tmp/crosstool-ng-1.5.2/scripts/functions' at line # 116 in function 'CT_DoExecLog'
[ERROR] called from '/Users/xxx/tmp/crosstool-ng-1.5.2/scripts/functions' at line # 254 in function 'CT_DoForceRmdir'
[ERROR] called from '/Users/xxx/tmp/crosstool-ng-1.5.2/scripts/crosstool-NG.sh' at line # 201 in function 'main'
[ERROR] Look at '/opt/ct-ng/i386-unknown-linux-gnu/build.log' for more info on this error.
考虑到我在不同的 ct-ng shell 脚本上遇到很多同样的错误,我想我错过了一些明显的东西。但我仔细检查了配置,无法确定此问题的原因。