[Libre-soc-bugs] [Bug 847] dev-env-setup script for binutils-gdb for target powerpc64le-linux-gnu
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sat Jun 11 09:15:23 BST 2022
https://bugs.libre-soc.org/show_bug.cgi?id=847
--- Comment #18 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to vklr at vkten.in from comment #16)
> Removed HOST variable and also --host option to configure. Checked the
> script is correct by building, installing and running the commands; as, ld,
> gdb.
we *do not* want the commands to be created "as", "ld", "gdb".
as i said already they *must* only be powerpc64le-linux-gnu-as,
powerpc64le-linux-gnu-ld, and powerpc64le-linux-gnu-gdb
this is EXTREMELY IMPORTANT
(In reply to vklr at vkten.in from comment #10)
> In powerpc64le machine it is also installed as 'as'.
that's because it was installed from a debian package
"apt-get install binutils" which is a stable native version.
it is ABSOLUTELY CRITICAL THAT THIS COMMAND NOT BE DESTROYED
OR OVERWRITTEN OR OVERRIDDEN IN ANY WAY SHAPE OR FORM.
> All the files are installed
> separately in /usr/local/binutils-gdb
i have removed that and set it to the default /usr/local which is what
i asked to be done. we do not need to keep adding more and more entries
to /usr/local/{command_directory}
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list