Re: [Linuxptp-users] Cross compiling for ARM imx6
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2017-01-02 17:13:34
|
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 HTH, Richard |