Linux-SWAT
Forum Addict!
- Joined
- Feb 13, 2010
- Messages
- 9,188
Hi,
I'm using those parameters natively on the Pyra:
But I got this warning:
So which flags are the right ones ?
I'm using those parameters natively on the Pyra:
Code:
export CFLAGS=" -DCORTEX-A15 -O2 -pipe -march=armv7-a -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon-vfpv4 -fPIC "
export CXXFLAGS=" -DCORTEX-A15 -O2 -pipe -march=armv7-a -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon-vfpv4 -fPIC "
But I got this warning:
Code:
cc1: warning: switch ‘-mcpu=cortex-a15’ conflicts with switch ‘-march=armv7-a+neon-vfpv4’
So which flags are the right ones ?
Last edited: