我一直在尝试使用 arm64 工具链进行操作,但出现错误error: unrecognized command line option '-mgeneral-regs-only'
。在谷歌搜索上,我建议我使用 aarch64 工具链 for msm,我这样做了。但现在我收到了这个错误error: conflicting types for 'trace_sched_migrate_task'
void trace_##_name(_proto);
/local/mnt2/workspace/kernel/include/linux/tracepoint.h:168:21: note: previous definition of 'trace_sched_migrate_task' was here
static inline void trace_##name(proto)
尽管在另一个具有相同函数定义的 Linux 系统上编译相同。