dir.h and dos.h

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hello,

I've got a problem with the Webserver_XMC4500_RelaxKit Example. When I try to build the project and error occures: "fatal error: dir.h: No such file or directory". When i don't use dir.h another error occures:"fatal error: dos.h: No such file or directory". Can I reinstall these two libraries manually?
0 Likes
5 Replies
Not applicable
Hi,

I have no problem on building this example project using both DAVE 3.1.8 & 3.1.10. I'm using Windows 7 OS.

BR,
Zain
0 Likes
Not applicable
I have the same problem using DAVE 4.0.
0 Likes
Not applicable
Hi,

This example is built for DAVE v3.

Best regards,
Sophia
0 Likes
Not applicable
same error is with me.webserver example program directly working..
.i want to include this functionality in my program which is individually working.,
but on concatenating the functionality code and added the required folders .
No compilation error in the main.c
compilation error is with in the library /httpserver_raw.
../httpserver_raw/makefsdata/lwip/opt.h:46:24: fatal error: lwip/debug.h: No such file or directory

the lwip folder is added in to the includes,,but even the same error occurs.

how to handle these errors .
please help me.
0 Likes
Not applicable
ganeshjobs wrote:
same error is with me.webserver example program directly working..
.i want to include this functionality in my program which is individually working.,
but on concatenating the functionality code and added the required folders .
No compilation error in the main.c
compilation error is with in the library /httpserver_raw.
../httpserver_raw/makefsdata/lwip/opt.h:46:24: fatal error: lwip/debug.h: No such file or directory

the lwip folder is added in to the includes,,but even the same error occurs.

how to handle these errors .
please help me.[/QUOTE I added the libraries in project proprties>c/c++ build>ARM GCC C compiler directivevs, then again it struck at fatal error: dir.h: No such file or directory,
i searched for this file dir.h this present in C:\DAVEv4-64Bit\DAVE-4.3.2\eclipse\ARM-GCC-49\arm-none-eabi\include\sys. a
allready i included this into my pjt.

any suggestions to handle this. ]
0 Likes