无法包含simstruc.h,fixedpoint.h和eclipse c项目

时间:2014-09-24 09:17:55

标签: matlab makefile eclipse-cdt

我在matlab中使用实时工作室为模型生成c代码。当我尝试将此代码导入eclipse和build中的新c项目时,我收到此错误:

unresolved inclusion simstruc.h
unresolved inclusion fixedpoint.h
unresolved inclusion rt_nonfinite.h

但我在此位置拥有所有必需的文件:/fs/opt/matlab72-r2006a/simulink/include

-rw-r--r-- 2 root root   1064 2003-03-05 07:50 fixedpoint.c
-rw-r--r-- 1 root root  37423 2006-01-27 21:47 fixedpoint.h
-rw-r--r-- 2 root root   3305 2006-01-27 22:08 rtw_continuous.h
-rw-r--r-- 2 root root   2552 2006-01-27 22:08 rtw_extmode.h
-rw-r--r-- 1 root root   6002 2006-01-27 22:08 rtw_matlogging.h
-rw-r--r-- 1 root root   5923 2006-01-27 22:08 rtw_solver.h
-rw-r--r-- 2 root root    913 2005-06-24 10:56 sfun_frmad_wrapper.h
-rw-r--r-- 2 root root    637 2005-06-24 10:56 sfun_frmdft_wrapper.h
-rw-r--r-- 2 root root    444 2005-06-24 10:56 sfun_frmunbuff_wrapper.h
-rw-r--r-- 2 root root  12946 2004-04-15 01:49 sigmapdef_sfcn.h
-rw-r--r-- 1 root root   5969 2006-01-27 22:08 sigregdef.h
-rw-r--r-- 1 root root 347522 2006-01-27 22:08 simstruc.h
-rw-r--r-- 1 root root   8473 2006-01-27 22:08 simstruc_types.h
-rw-r--r-- 4 root root    192 2004-08-10 00:57 simulink2.h
-rw-r--r-- 1 root root  96321 2005-12-22 22:13 simulink.c
-rw-r--r-- 4 root root    192 2004-08-10 00:57 simulink.h
-rw-r--r-- 2 root root   5323 2006-01-27 22:08 sysran_types.h

在以前的帖子中找不到关于此的更多信息。有人能告诉我如何在eclipse的c项目中包含这些文件。感谢您的帮助。

0 个答案:

没有答案