Hi,
I’ve tried to compile the PC demo(FreeRTOS version 3.2.4) with the open watcom compiler(Version 1.4), but i get the following errors:
…\…\source\portable\owatcom\16bitdos\common\portcomn.c(85): Warning! W131: No prototype found for function ‘FP_SEG’
…\…\source\portable\owatcom\16bitdos\common\portcomn.c(87): Warning! W131: No prototype found for function ‘FP_OFF’
These macros are used in the portable layer code to get the segment and offset from an address. They are included in the open watcom header file i86.h.
I use V1.4 without getting this error. Have you changed any of the project options? Can you build the project as it was downloaded without any modifications?