Altera_Forum
Honored Contributor
15 years agoProblems with gcc and framepointer
Dear all,
When compiling the kernel without framepointers, the kernel crashes when booting (it starts to complain about misaligned accesses and then eventually OOPSes). Compiling with framepointers (-fno-omit-frame-pointers) solves the problem, however there seems to be a bug in the gcc compiler. Can anyone confirm this? Is there a bug fix for the compiler? All the best ... - Johannes