Hi Everyone,
I am currently working on TIRTOS to set up httpServer and store server content on the SD card following Todd Mullanix's presentation (http://processors.wiki.ti.com/index.php/TI-RTOS_HTTP_Example).
The board is TI concerto F28M35H52C1. I followed the presentation and everything worked fine as described until slide 44. When I tried to add the file "efs_stdio.c" into the project, the source file "http/osif.h" can not be opened (line 11 of efs_stdio.c). I searched that source file and finally found it in "os" folder, so I tried to change the directory to "#include <ti/ndk/inc/os/osif.h>". The previous error disappeared but another 100 new errors occured. Till now, I am not able to debug the problems. I attached two images, one is your presentation page 45 and another one is the error messages.
Thanks in advance for any help.
Bin