[Arm-netbook] SATA - ATAS

joem joem at martindale-electric.co.uk
Tue Sep 10 13:52:14 BST 2013


>  You do not need to clone all the time, just make sure your kernel
> tree is clean by issuing
> 
> 
> make clean
> 
> cp eoma68-a20-config /path/to/kernel/dir/.config
> 
> 
> I think that could probably solve your current issue. But as you I'm
> learning here, so warranty whatsoever. :)

Done both requests and use KDIR="$PWD"
Results:


jm at jm-inspiron:~/code/eoma/linux$ make -j3 ARCH=arm
CROSS_COMPILE=arm-linux-gnueabihf- KDIR="$PWD" -C
arch/arm/mach-sun7i/pm/standby all
make: Entering directory
`/home/jm/code/eoma/linux/arch/arm/mach-sun7i/pm/standby'
rm -rf *.o ../*.o
arm-linux-gnueabihf-gcc -I. -I/home/jm/code/eoma/linux/include
-I/home/jm/code/eoma/linux/arch/arm/mach-sun7i/include  -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 ./super/common.c
-o ./super/common.o
arm-linux-gnueabihf-gcc -I. -I/home/jm/code/eoma/linux/include
-I/home/jm/code/eoma/linux/arch/arm/mach-sun7i/include  -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 ./super/common.c
-o ./super/common.o
arm-linux-gnueabihf-gcc -I. -I/home/jm/code/eoma/linux/include
-I/home/jm/code/eoma/linux/arch/arm/mach-sun7i/include  -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 common.c           -o
common.o
cc1: error: unrecognized command line option "-fmin_array_alignment=4"
cc1: error: unrecognized command line option "-fno_unaligned_access"
make: *** [suspend] Error 1
make: *** Waiting for unfinished jobs....
cc1: error: unrecognized command line option "-fmin_array_alignment=4"
cc1: error: unrecognized command line option "-fno_unaligned_access"
make: *** [resume1] Error 1
cc1: error: unrecognized command line option "-fmin_array_alignment=4"
cc1: error: unrecognized command line option "-fno_unaligned_access"
make: *** [standby] Error 1
make: Leaving directory
`/home/jm/code/eoma/linux/arch/arm/mach-sun7i/pm/standby'
jm at jm-inspiron:~/code/eoma/linux$ 




More information about the arm-netbook mailing list