Hi,
I am using fortran compiler 6.4.0 gcc for altivec library. when i installed fortran compiler it will generate library version of 2.25 but sdk toolchain filesystem is generating library version of 2.20.. but i need a file system with advance library version of 2.25. In T4241 board , when I modified sdk toolchain filesystem to advance library version of 2.25. i am facing error below.
Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
CPU: 6 PID: 1 Comm: swapper/0 Not tainted 4.1.8-rt8+gbd51baf #118
Call Trace:
[c0000002ed063c90] [c00000000077ced0] .dump_stack+0x88/0xb4 (unreliable)
[c0000002ed063d10] [c00000000077ad14] .panic+0xf4/0x27c
[c0000002ed063db0] [c0000000000022f0] .kernel_init+0x114/0xe24
[c0000002ed063e30] [c000000000000998] .ret_from_kernel_thread+0x58/0xc0
how to solve issue ....
thanks,