我试图为我正在做的一个新项目设置一个小的2系统distcc编译集群,但由于某种原因,我无法获得集群中的第二台服务器进行编译。
arm-eabi-gcc文件工作,如果我试图在该服务器上运行它,我会得到正常的无输入文件错误,但distcc有其他想法。
从日志文件中提取:
distccd[13005] (dcc_execvp) ERROR: failed to exec arm-eabi-gcc: No such file or directory
distccd[13002] (dcc_job_summary) client: xxx.xxx.xxx.xxx:32890 COMPILE_ERROR exit:110 sig:0 core:0 ret:0 time:1103ms arm-eabi-gcc arch/arm/vfp/vfpdouble.c
distccd[13003] (dcc_pump_readwrite) ERROR: unexpected eof on fd5
distccd[13003] (dcc_job_summary) client: xxx.xxx.xxx.xxx:32891 CLI_DISCONN exit:0 sig:0 core:0 ret:107 time:429ms
distccd[12998] (dcc_pump_readwrite) ERROR: unexpected eof on fd5
distccd[12998] (dcc_job_summary) client: xxx.xxx.xxx.xxx:32888 CLI_DISCONN exit:0 sig:0 core:0 ret:107 time:2499ms
distccd[13001] (dcc_pump_readwrite) ERROR: unexpected eof on fd5
distccd[13001] (dcc_job_summary) client: xxx.xxx.xxx.xxx:32889 CLI_DISCONN exit:0 sig:0 core:0 ret:107 time:2512ms
你知道是怎么回事吗?
编辑:我可以编译x86和x86_64相当愉快地使用distcc只是不手臂的原因
交叉编译器必须
- (a)安装(完全相同的二进制文件,而不仅仅是相同的名称/位置)
- (b)在distcc 的搜索路径
根据您的系统设置(distcc作为守护进程,还是在inetd下),最简单的方法可能是将二进制文件符号链接到distcc主机的/usr/local/bin。