• arm toolchain: any requirement for kernel headers ?
    Hello, I need to upgrade gcc in current system from 4.3 to 5.x. The system is using kernel 2.6.37 But as far as I know, toolchain might use different kernel headers, so there might be mismatch...
  • Running five Eclipse IoT projects on a single MCU with MicroEJ.
    Developing for the embedded world is a really interesting challenge, as any object may become part of the Internet of Things (IoT). Even though you have “only” few dollars to put in your “Thing” to...
  • AEABI Library: Floating Point functions
    How is floating point overflow handled in aeabi library functions such as __aeabi_fadd? Does the function return a pre-defined value? Or does it update any registers?
  • arm link scatter file
    Hello guys, I'm struggling with.a problem related to a scatter file, or at least I think it comes from there.So, I have a scatter file like follows: MAIN_LOAD_REG 0x00000000 0x10000 { exec.bin +0...
  • How to fix "*** [obj/flash_board_cstartup.o] Error 2"
    Hello, I am new to ARM. Right I am trying to get up to speed with the SAM7S examples pack "at91sam7s-ek" available from the Microchip website. When I load any project into Eclipse I get the following...