We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I assume you did an ls of /proc and saw that kallsyms is 0 bytes? Most files in the proc filesystem show empty even if they really aren't. For example, one Linux machine I have access to shows this> ls -l /proc/kallsyms -r--r--r-- 1 root root 0 Aug 29 23:05 /proc/kallsymsBut when I cat it, I get results> cat /proc/kallsyms0000000000000000 D irq_stack_union0000000000000000 D __per_cpu_startffffffff810001c8 t run_init_processffffffff810001c8 T _stextffffffff810001e8 T do_one_initcallffffffff810002f4 t match_dev_by_uuidffffffff8100031f T name_to_dev_tffffffff81000670 t init_linuxrcffffffff81001000 T set_personality_ia32ffffffff810010a1 t start_thread_common.constprop.4...Do you get any results when you say cat /proc/kallsyms?How are you compiling gator.ko? Can you please share the output of the compile? Try building the gator.ko kernel module with the same toolchain you're using to build the kernel. I've seen issues where if the toolchains are different the module may not load or run correctly. Also the gcc provided by the Android NDK does not always work correctly. Please also try using the gcc distributed with DS-5.