receive an error "could not find include file" when running my simulink file
4 views (last 30 days)
Show older comments
I am trying to run my simulink file, but i received the following error:
"Making simulation target "MPLS1_sfun", ...
C:\Users\name\Documents\MATLAB\slprj\_sfprj\MPLS1\_self\sfun\src>"c:\program files (x86)\matlab\r2009a\sys\lcc\bin\lccmake" -f MPLS1_sfun.lmk lcc preprocessor error: MPLS1_sfun.c:62 Could not find include file "c59_MPLS1.h" 1 errors, 0 warnings "c:\program files (x86)\matlab\r2009a\sys\lcc\bin\lcc.exe" -c -Zp8 -DMATLAB_MEX_FILE -noregistrylookup -I"c:\program files (x86)\matlab\r2009a\sys\lcc\include" -I"c:\program files (x86)\matlab\r2009a\extern\include" -I"c:\program files (x86)\matlab\r2009a\simulink\include" -I"c:\program files (x86)\matlab\r2009a\stateflow\c\mex\include" -I"c:\program files (x86)\matlab\r2009a\stateflow\c\debugger\include" "MPLS1_sfun.c" c:\program files (x86)\matlab\r2009a\sys\lcc\bin\lccmake: Error code 1"
How to solve this problem and what is actually the meaning of this eeror
4 Comments
Kaustubha Govind
on 11 Jul 2012
Could you try deleting the folder C:\Users\name\Documents\MATLAB\slprj and try again?
Answers (0)
See Also
Categories
Find more on Simulink Functions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!