• linking error
    I'm just learning RTOS myself, when i execute the bl51.exe from a command line c:\keil\c51\bin\bl51 task0.obj, rtx51tiny as i found it in keil rtx51 tiny User's Guide , the following error occured...
  • linking error
    I'm just learning RTOS myself, when i execute the bl51.exe from a command line c:\keil\c51\bin\bl51 task0.obj, rtx51tiny as i found it in keil rtx51 tiny User's Guide , the following error occured...
  • Linking ERROR
    I had exported a project from mbed to kel Now i am trying to build and link the code on KEIL. I am able to compile the files but while linking i am getting this error ERROR:- .\build\uvision5\TC_Bootcamp_1V1...
  • Link Error
    Hello! I got some error messages during linking procedure as below. linking... *** ERROR L110: CANNOT FIND SECTION OR REGBANK SECTION: ?PR?PFLASH CLASS: FLASH_CODE *** ERROR L127: UNRESOLVED EXTERNAL...
  • linking error
    Hello everyone, I am using STM32F4xx controller for my project . I want to take the following array at fixed address as shown below: unsigned char buffer[2][770] __attribute__((at(0x20010000)));...