cannot compile the examples of book from R. B

willyyan wrote on Tuesday, February 01, 2011:

Hi,

I am newbie to the FreeRTOS. I am trying the learn the FreeRTOS with the book “Unsing the FreeRTOS Reasl Time Kernel - A Paractical Guide” wrote by Richard Barry.

I am trying to complie the examples in these book with Open Watcon as recommended in the book.
But I get the following errors:

Warning! W1008 cannot open clibl.lib Noch such file or directory

I am not fimilar with Open Watcom IDE

Any one has idea how can I get the example running!!!

Any help will be appreciated!

Willy

rtel wrote on Tuesday, February 01, 2011:

When you installed the compiler, did you install the 16 bit tools?  It compiles to Real mode, so requires the old 16bit compiler.  It is an option when you first run the OpenWatcom installer.

Regards.

willyyan wrote on Tuesday, February 01, 2011:

Hi Richard!!

I am really suprised that to get you reply personly. Thanks a lot, and the book you wrote a great job!!

to my problem again, I have installed the 16 bit tools.

here again a screenshot of the error message. I am using the Open Watcom IDE version1.90

Thank you for you time!

Willy

willyyan wrote on Tuesday, February 01, 2011:

willyyan wrote on Tuesday, February 01, 2011:

willyyan wrote on Wednesday, February 02, 2011:

mcgilbarron wrote on Thursday, February 17, 2011:

I do it, only with two folders,
c:\Examples\Example001\
c:\FreeRTOS_Source\

open the rtosdemo.wpj and select the menu action->Make all
after open the example forlder and run rtosdemo.exe with dosbox.
Its all!