When I have generated the code and update the grt_shell.c file for inputs and outputs I tried to build the DLL as mentioned in the section 4.6. when I execute the command gmake –f ($NAMEOFMODEL).mk I am getting an error “:128: *** missing separator. Stop.”.
I understand that this is caused due to the use of space in place of tabs. But as you might know the .mk file is generated by the RTW. I checked the line 128 in the .mk file and it has no space at all.
We are getting the error ' NMAKE : fatal error U1073: don't know how to make 'cn_main.ofile'
Stop.
The make command returned an error of 2
'An_error_occurred_during_the_call_to_make' is not recognized as an internal or external command,
operable program or batch file.
This is appeared when we try to build the CANoe supported model. We are trying to interface Matlab into CANoe using the dll generated by the Matlab. But dll is not generated. Can anybody have a answer, please let us know.
i can follow till 5th step of 4.6
than gmake gives me this out put
C:\123\add1_grt_rtw>gmake -f add1.mk
C:/PROGRA~1/MATLAB/R2008b\sys\lcc\bin\lcclnk -s -LC:/PROGRA~1/MATLAB/R2008b\sys\
lcc\lib -o ../add1.exe add1.obj add1_data.obj rtGetInf.obj rtGetNaN.obj rt_log
ging.obj rt_nonfinite.obj grt_main.obj rt_sim.obj @add1_ref.rsp
*** Created executable: add1.exe
this donot match with step 4.6 - 6 so what am i doing wrong?
please help i need it real bad and real fast
i am using make 3.81 compiler