• RTX kernel: exception on Task exit by breaking out of while(1) loop
    Hi, I was experimenting with the Tasks in RTX kernel. What i observed was that 1) if the highest priority task (at some point of time. Need not be the highest among all the threads) exits...
  • RTX kernel: exception on Task exit by breaking out of while(1) loop
    Hi, I was experimenting with the Tasks in RTX kernel. What i observed was that 1) if the highest priority task (at some point of time. Need not be the highest among all the threads) exits...
  • Calling a function in kernel initialization code
    Note: This was originally posted on 3rd September 2012 at http://forums.arm.com As part of a project I'm trying to modify the entry point to an ARM Linux kernel through the file entry-common.S. I'm not...
  • Calling a function in kernel initialization code
    Note: This was originally posted on 3rd September 2012 at http://forums.arm.com As part of a project I'm trying to modify the entry point to an ARM Linux kernel through the file entry-common.S. I'm not...
  • unknown symbol __aeabi_uldivmod is causing my kernel module not to load. Any ideas as to why I'm seeing this? I am using gcc 4.7.2 for both the compilation of the kernel and the kernel module.
    I am compiling on an Exynos 5250-based board with Ubuntu filesystem. gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.7/lto-wrapper Target: arm-linux...