• No section matches selector - no section to be FIRST/LAST
    I am developing a project for LPC54018 iot module where I am using MDK toolchain to compile the project through the command line. I am developing cmake based build environment. While compiling, I...
  • ASM.axf: Error: L6236E: No section matches selector - no section to be FIRST/LAST.
    Hi, In Keil, I tried to assemble the following ARM7 assembly language. But it generates Error. The assembly program is given below: AREA subrout, CODE, READONLY ENTRY start MOV r0, #10 MOV...
  • error: L6236E: No section matches selector - no section to be FIRST/LAST
    Hi, I wrote a program on arm7 lpc2148 in keil but couldn't get the output .It is showing the error "error: L6236E: No section matches selector - no section to be FIRST/LAST".. my code is --------...
  • arm.axf: Error: L6236E: No section matches selector - no section to be FIRST/LAST.
    hello.I am writing a code.But I couldnt successful.It give error that is: arm.axf: Error: L6236E: No section matches selector - no section to be FIRST/LAST. how can I edit it? My code is: ...
  • implements a first - in last - out (FILO) queue of length
    Hi, I would like to write a stm32f4 discovery code using First In Last Out queue of any length. I am initially confusing what is the main communication protocol should i use USART or SPI or I2C etc...