not a problem, yeah i got an image compiled last night finally but it wouldn't boot. not sure what I'm doing wrong here. trying again as we speak
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
CC arch/arm/mach-msm/acpuclock-7x30.o
arch/arm/mach-msm/clock-7x30.c: In function 'msm_clk_soc_init':
arch/arm/mach-msm/clock-7x30.c:1262: error: ri_list causes a section type conflict
make[1]: *** [arch/arm/mach-msm/clock-7x30.o] Error 1
make[1]: *** Waiting for unfinished jobs....
CC fs/ext4/balloc.o
CC net/ipv4/tcp_output.o
CC net/netfilter/nf_conntrack_extend.o
CC net/sched/sch_mq.o
CC drivers/input/touchscreen/SynaUpgrade.o
make[1]: *** wait: No child processes. Stop.
make: *** [arch/arm/mach-msm] Error 2
make: *** Waiting for unfinished jobs....

Stock kernel with the config, fromphone
Make ARCH=arm CROSS_COMPILE=$COMPILER -j 8
Gotcha. Your previous command line just had $COMPILER (only 1 "C") so that's what made me question if there was a typo in the command line. If you used $COMPILER in the kernel build command line, it probably didn't use the toolchain that you wanted to use. Maybe your previous post just had a typo too. I dunno. Just something to verify when building.downthemachine said:I have it set to $CCOMPILER I also have other toolchain set similarly like $CCOMPILER1 and so on
Gotcha. Your previous command line just had $COMPILER (only 1 "C") so that's what made me question if there was a typo in the command line. If you used $COMPILER in the kernel build command line, it probably didn't use the toolchain that you wanted to use. Maybe your previous post just had a typo too. I dunno. Just something to verify when building.
