Le 22/04/2013 15:51, Sid Boyce a écrit :
On 22/04/13 13:42, Guillaume Gardet wrote:
Le 22/04/2013 14:21, Sid Boyce a écrit :
On 22/04/13 08:51, Guillaume Gardet wrote:
Hi,
Le 20/04/2013 08:35, Sid Boyce a écrit :
ODROID-X:/media/1/ghpsdr3-alex # ./configure CFLAGS='-O2 -pipe -mfpu=neon -fno-tree-vectorize -fopenmp' CXXFLAGS='-O2 -pipe -mfpu=neon -fno-tree-vectorize -fopenmp' Attached text file of the errors.
All the header files are present and it compiles fine on x86_64 openSUSE, Ubuntu and Ubuntu 12.10 from hardkernel.com. Regards Sid.
Check the config.log file to see why it cannot be compiled.
Guillaume
Many of the following "CPU does not support ARM mode" errors in config.log.
Try to remove/change flags.
I think -march option should be armv7-a and not armv7 only. You can also try to add -mcpu=cortex-A9.
Guillaume
ODROID-X:/media/1/ghpsdr3-alex # ./configure CFLAGS='march=armv7-a -O3 -pipe -mfpu=neon -fno-tree-vectorize -fopenmp' CXXFLAGS='march=armv7-a -O3 -pipe -mfpu=neon -fno-tree-vectorize -fopenmp'
it is not march=* but -march=* (with a dash). Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org