Re: ERROR: could not relocate installing toolchain SDK
Denys Dmytriyenko
On Tue, Jan 28, 2020 at 09:25:18AM +0100, Marco Cavallini wrote:
Hello,It's not dash, it's the new path is longer than what was reserved in ELF headers: interp size = 73 and 76 is needed.I thought there was some attempt to use chrpath or patchelf or something to be able to expand the ELF headers with longer paths... Not sure what the currect status is - I've been using my own workaround for many years that extends the "default" toolchain location to the max path length and then at the end changes the install script back to the original default. That way all ELF headers have "interp" field pre-allocated to the max and the resulting SDK/toolchain can be relocated w/o issues. -- Denys Yocto 3.0 'zeus'
|
|