• 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...
  • 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...
  • Any advice on running 180nm ROM/RAM compilers on modern Linux?
    Hi I'm trying to run 180nm ROM/RAM compilers and the OS options are very restricted, the ROM compiler requirement is SunOS5 I've got a Linux platform. I'd appreciate advice on where I should focus...
  • Any advice on running 180nm ROM/RAM compilers on modern Linux?
    Hi I'm trying to run 180nm ROM/RAM compilers and the OS options are very restricted, the ROM compiler requirement is SunOS5 I've got a Linux platform. I'd appreciate advice on where I should focus...
  • Does anyone have any advice for learning how to program Cortex-M processors without an IDE?
    I'm interested in learning about what's under the hood, or what's hidden from you by an IDE, by which I mean, compiler, linker, makefiles - that type of thing. I have a few specific, if potentially misguided...