1 van 1

In matlab c-code compileren met mex en lcc.

Geplaatst: vr 14 okt 2011, 11:00
door Bert F
Als ik in matlab een c source file, gebruik makend van mex compileer dan krijg ik de volgende fouten:

Code: Selecteer alles

lcc preprocessor error: hello.c:32 Could not find include file <unistd.h> 

lcc preprocessor error: hello.c:34 Could not find include file <termios.h> 

lcc preprocessor error: hello.c:35 Could not find include file <sys/time.h> 

lcc preprocessor error: hello.c:36 Could not find include file <libusb-1.0/libusb.h>
Blijkbaar vindt lcc een hoop t includen lib niet. Hoe los ik dit probleem op?

Groeten.