Hi.
I have a DM3730 board running arago 2.6.37-based kernel. I tried to compile kernel with a newer cross compiler, and got "Starting kernel" only without any further booting.
Development host: Ubuntu 14.04.4 x86_64
Old compiler: arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2010q1-202) 4.4.1
New compiler: arm-none-linux-gnueabi-gcc (Sourcery CodeBench Lite 2014.05-29) 4.8.3 20140320 (prerelease)
Bootloaders (and therefore kernel parameters) are all the same.
I'd like to know why this is happening. Are there issues one should know, when compiling old kernels with newer compilers?