[Arm-netbook] SATA - ATAS
luke.leighton
luke.leighton at gmail.com
Tue Sep 10 15:59:14 BST 2013
sorry, joe - you might have to do a "git pull", i might not have done
a git push this end :)
check around like 95 of arch/arm/mach-sun7i/pm/standby/Makefile it should be:
SUSPEND_LD_FILE = suspend.xn
RESUME1_LD_FILE = resume1.xn
RESUME0_LD_FILE = resume0.xn
CC = $(CROSS_COMPILE)gcc-4.4
#CFLAGS = -g -c -nostdlib -march=armv7-a -marm -fno-unwind-tables
-fno-asynchronous-unwind-tables -mlittle-endian
--min_array_alignment=4 --no_unaligned_access -O2
CFLAGS = -g -c -nostdlib -march=armv7-a -marm -D__STANDBY_MODULE__
-fno-unwind-tables -fno-asynchronous-unwind-tables -mlittle-endian -O0
#--min_array_alignment=4 --no_unaligned_access
> cc1: error: unrecognized command line option "-fmin_array_alignment=4"
> cc1: error: unrecognized command line option "-fno_unaligned_access"
yep that's cos i didn't commit the Makefile corrections to use gcc 4.4.
More information about the arm-netbook
mailing list