• External linking ...
    I want to write 2 C51 programs, and they don't not run simulanesouly. One of the hex will reside at CODE area, the other will locate at XDATA area. Because the two hex file have some common...
  • Linking errors
    Hi, I'm getting linking errors while building the application that I couldn't figure out the cause. I created a function x(&y, &z); which all the code in it is commented. from my main(),...
  • Link Order
    Using the 8051 Assembler, how can one specify the order for linking programs? They are ordered correctly in my project, and apparently passed to the linker in the same order, but I must have the order...
  • 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 with rtx51tiny
    hi there, i just started learning rtos tiny. This is my first program and it goes like this #include "rtx51tny.h" #include "reg51f.h" #define LED P1 #define OFF 0XFF #define ON 0X00 void job0 (void...