We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello All,
I have a project for LPC2148 micro controller, using both RTOS and Interrupt functionality. For static code check, we need to use Eclipse IDE (GCC compiler). When we tried to compile the project we are getting the errors on the keywords on __task. Can you please provide us the information whether RTX_Config.c/.h are bounded to Keil IDE or not.
Thanks, Gokul.R
THE PROPER Q IS IF THE KEYWORD __task KNOWN IN GCC?
Yes, embedded programs are always problematic to port since it's so common to have compiler-specific reserved words just to map better to the embedded hardware.
But not everything looking like keywords are actual keywords.
ARM/RV31/INC/RTL.h:#define __task __declspec(noreturn)