Hi, On Thu, Jun 09, 2016 at 10:53:33PM +0200, Christoph G. Baumann wrote: > I ran into problems compiling Linux 4.6 for ARM64 (aarch64-v8a-linux-gnu-). > When I compile the kernel 'on foot' (ARCH=arm64 > CROSS_COMPILE=aarch64-v8a-linux-gnu- make -j8 Image) everything works. The > resulting image also boots on the target. > > When I try the same with PTXdist (2016.04.0) the generation of the kernel > image > fails: > "kallsyms failure: relative symbol value 0xffffff8008080000 out of range in > relative mode" > > Judging by some google findings regarding this error, it may have something to > do with the ld-wrapper in PTXdist.
Hmm, most extra options are blacklisted for the kernel. Try running PTXdist with '-v'. With this option enabled, the wrapper will print the full compiler command line. Then you can compare it with a kernel build outside PTXdist. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
