Hello!
I use the User-defined Model generator (or want to use ...).
I did the example as described in chapter 1 of the manual for UDM, but I get the make error just at the beginning:
============================
cl /W4 /nologo /Dfar=far_p /Dnear=near_p /Fd.pdb /TC /MD /Zi /Yd /ID:/ADS2003A/modelbuilder/include /D_AFXDLL /DNO_MALLOC_MACRO /DWIN32 /D_WIN32 /U_WINDOWS /D_CONSOLE /D_MBCS /DWIN32_LEAN_AND_MEAN /D../hpeesofsim_DLL_BUILD /c /Fouserindx.obj userindx.c
make: cl: Command not found
make: *** [userindx.obj] Error 127
============================
cl is installed, and all environment variables are correct set.
Any sugestions?
Best regards,
Martin Weiss.
I use the User-defined Model generator (or want to use ...).
I did the example as described in chapter 1 of the manual for UDM, but I get the make error just at the beginning:
============================
cl /W4 /nologo /Dfar=far_p /Dnear=near_p /Fd.pdb /TC /MD /Zi /Yd /ID:/ADS2003A/modelbuilder/include /D_AFXDLL /DNO_MALLOC_MACRO /DWIN32 /D_WIN32 /U_WINDOWS /D_CONSOLE /D_MBCS /DWIN32_LEAN_AND_MEAN /D../hpeesofsim_DLL_BUILD /c /Fouserindx.obj userindx.c
make: cl: Command not found
make: *** [userindx.obj] Error 127
============================
cl is installed, and all environment variables are correct set.
Any sugestions?
Best regards,
Martin Weiss.
It sounds like the C++ libraries are still not found by ADS. I do think it is some environemt variable that is missing or wrong.
Please check out the following documents:
http://edasupportweb.soco.agilent.com/cgi-bin/show.pl?id=59342
http://edasupportweb.soco.agilent.com/cgi-bin/show.pl?id=58882