[build2] error: unable to execute ar: no such file or directory
Boris Kolpackov
boris at codesynthesis.com
Thu Feb 22 07:55:42 UTC 2018
Mueller Tobias (DC-MH/EMF1) <tobias.mueller2 at boschrexroth.de> writes:
> Currently I try to set up build2 for a HighTec ST compiler: ppc-vle-gcc.exe (HighTec Release HDP-v4.6.6.1-bosch-1.3-e59ccb3) 4.6.4 build on 2017-03-23
> My set up is based on a working configuration for a HighTec Tricore compiler: tricore-gcc.exe (GCC) 3.4.5 built for Win32 on 2009-02-13 Tool Version v2.10
>
> When I set the new compiler path and compiler exe-name to build/config I
> get the following error:
> C:\Projekte\Build2>c:\tools\build2\bin\b
> error: unable to execute ar: no such file or directory
If ar naming follows the compilers (e.g., both start with 'ppc-vle-'), then
things should be found automatically. Can you re-run the above command with
-V and send the output?
> C:\Projekte\Build2>c:\tools\build2\bin\b
> error: unable to guess C:/tools/Compiler/cd_v4.6.6.1-bosch-1.3a/bin/ppc-vle-ar.exe signature
Could you run:
C:/tools/Compiler/cd_v4.6.6.1-bosch-1.3a/bin/ppc-vle-ar.exe --version
And send the output?
Boris
More information about the users
mailing list