Re: [Linuxptp-users] Cross compiling for ARM imx6
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Axel H. <aho...@gm...> - 2017-01-02 17:21:55
|
On Monday, January 2, 2017 6:13 PM Richard Cochran wrote: > On Mon, Jan 02, 2017 at 05:29:28PM +0100, Axel Holzinger wrote: > > And indeed, this time I can't find stubs-soft.h in the file system. So > > either __ARM_PCS_VFP needs to be defined or stubs-soft.h needs to be > > existing. > > Try adding the -m flags into EXTRA_CFLAGS as well. > > -march=armv7-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 That's it. Now the only thing missing seems to be the header for clock_adjtime. I will try to find out how I can install this in my cross toolchain. Thank you very much Richard! Cheers Axel |