Hi Rüdiger, On Thursday 19 September 2019 05:56:48 Rüdiger, Christoph wrote: > I discovered an issue in the 2019.09.0 OSELAS toolchain where the > installation does not happen into the correct path at > /opt/OSELAS.Toolchain-2019.09.0/... What happens instead is that > everything gets installed into a package in the platform-... directory, > but the things never make it from there into the /opt/ directory. > > I've attached the logfile for building and installing just the > cross-binutils in a clean OSELAS-2019.09.0 project. > > From what I see, ptxdist creates the packages as it usually does, but for > whatever reason does not install it on the host. > > How is this supposed to happen? What is going wrong here?
configure; make; make install… ;) Due to regular permission issues in "opt/", the install step is now a separate step: "ptxdist make install" if I remember correctly. Refer 00d88a79453255ec56439af359aa3e805f1176dd "add make target to install the toolchain" in the OSELAS.Toolchain repository for details. Cheers, Jürgen -- Pengutronix e.K. | Juergen Borleis | Industrial Linux Solutions | http://www.pengutronix.de/ | _______________________________________________ ptxdist mailing list [email protected]
