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而不是因为某些原因而无法使用
答案 0 :(得分:0)
交叉编译器必须
根据您的系统设置(distcc作为守护程序或在inetd下),实现目标的最简单方法可能是将二进制文件符号链接到distcc主机的/ usr / local / bin。