ARM64 – Catastrophic Compile Errors with 4.10-rc1 – and a Fix..
Tried compiling Kernel 4.10-rc1 for aarch64, and got – literally – hundreds of errors: …… ./include/linux/sched.h:3299: Error: unknown mnemonic `return’ — `return test_ti_thread_flag(task_thread_info(tsk),flag)’ ./include/linux/sched.h:3300: Error: junk at end of line, first unrecognized character is `}’ ./include/linux/sched.h:3302: Error: unknown mnemonic `static’ — `static inline void set_tsk_need_resched(struct task_struct*tsk)’ ./include/linux/sched.h:3303: Error: junk at end of line, first unrecognized character is … Continue reading →