• RTX51-TINY link error
    Just download and trying out evaluation version uVision4 for 8051, try to build a project from the examples directory for RTX51-TINY but get error stating should upgrade to PK51. Makes no sense to me...
  • RTX51-TINY link error
    Just download and trying out evaluation version uVision4 for 8051, try to build a project from the examples directory for RTX51-TINY but get error stating should upgrade to PK51. Makes no sense to me...
  • __DATE__ and RTX51 Tiny give link errors
    This declaration const char code* const gBuildDate = __DATE__; gives lots of link errors when I use RTX51 Tiny but is fine without RTX. (My program uses conditional compilation to build either...
  • Error while compileing example RTX51 tiny program
    Hi there, Iam trying to get familiarized with the RTX51 Tiny RTOS. I am trying the below example but iam getting the following error after compilation MYTASK.C(7): error C129: missing ';' before ...
  • __DATE__ and RTX51 Tiny give link errors
    This declaration const char code* const gBuildDate = __DATE__; gives lots of link errors when I use RTX51 Tiny but is fine without RTX. (My program uses conditional compilation to build either...