- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
ADS的User-defined model问题
录入:edatop.com 点击:
我在参照ADS 2006A的HELP文档中的Example - Creating a New User-Compiled Analog Model操作时,最后Compile却出现以下错误:
D:ADS2006A/modelbuilder/lib/make-rules.mk:254: static-dependencies_win32.mk: No such file or directory
rm -f static-dependencies_win32.mk
for f in MyModel_h.c userindx.c cui_indx.c ; do echo `dirname $f`/obj.win32/`basename $f .c`.obj:: $f `dirname $f`/obj.win32 ; echo ' $(call COMPILE.c, /Fo$@ $<)'; echo `dirname $f`/obj.win32: ; echo " -@mkdir `dirname $f`/obj.win32"; echo " " ; done >> static-dependencies_win32.mk
bash.exe: warning: could not find /tmp, please create!
static-dependencies_win32.mk:9: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:4: warning: ignoring old commands for target `obj.win32'
static-dependencies_win32.mk:14: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:9: warning: ignoring old commands for target `obj.win32'
cl /W4 /nologo /TC /MD /Zi /Yd /D _DEBUG -I../../networks -I../../userCompiledModel/source -ID:/ADS2006A/modelbuilder/include /Dfar=far_p /Dnear=near_p /DNO_MALLOC_MACRO /DWIN32 /U_WINDOWS /D_CONSOLE /D_MBCS /DWIN32_LEAN_AND_MEAN /D_AFXDLL /DWINVER=0x0500 /c /Foobj.win32/MyModel_h.obj MyModel_h.c
make: cl: Command not found
make: *** [obj.win32/MyModel_h.obj] Error 127
static-dependencies_win32.mk:9: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:4: warning: ignoring old commands for target `obj.win32'
static-dependencies_win32.mk:14: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:9: warning: ignoring old commands for target `obj.win32'
rm -f static-dependencies_win32.mk
for f in MyModel_h.c userindx.c cui_indx.c ; do echo `dirname $f`/obj.win32/`basename $f .c`.obj:: $f `dirname $f`/obj.win32 ; echo ' $(call COMPILE.c, /Fo$@ $<)'; echo `dirname $f`/obj.win32: ; echo " -@mkdir `dirname $f`/obj.win32"; echo " " ; done >> static-dependencies_win32.mk
bash.exe: warning: could not find /tmp, please create!
static-dependencies_win32.mk:9: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:4: warning: ignoring old commands for target `obj.win32'
static-dependencies_win32.mk:14: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:9: warning: ignoring old commands for target `obj.win32'
cl /W4 /nologo /TC /MD /Zi /Yd /D _DEBUG -I../../networks -I../../userCompiledModel/source -ID:/ADS2006A/modelbuilder/include /Dfar=far_p /Dnear=near_p /DNO_MALLOC_MACRO /DWIN32 /U_WINDOWS /D_CONSOLE /D_MBCS /DWIN32_LEAN_AND_MEAN /D_AFXDLL /DWINVER=0x0500 /c /Foobj.win32/MyModel_h.obj MyModel_h.c
make: cl: Command not found
make: *** [obj.win32/MyModel_h.obj] Error 127
D:ADS2006A/modelbuilder/lib/make-rules.mk:254: dynamic-dependencies_win32.mk: No such file or directory
rm -f dynamic-dependencies_win32.mk
for f in MyModel_h.c userindx.c cui_indx.c D:/900MHzVCO_prj/userCompiledModel/source/MyModel_h.c ; do echo `dirname $f`/obj.win32/`basename $f .c`.obj:: $f `dirname $f`/obj.win32 ; echo ' $(call COMPILE.c, /Fo$@ $<)'; echo `dirname $f`/obj.win32: ; echo " -@mkdir `dirname $f`/obj.win32"; echo " " ; done >> dynamic-dependencies_win32.mk
bash.exe: warning: could not find /tmp, please create!
for f in MyModel_DYNAMIC.cxx ; do echo `dirname $f`/obj.win32/`basename $f .cxx`.obj:: $f `dirname $f`/obj.win32 ; echo ' $(call COMPILE.cxx, /Fo$@ $<)'; echo `dirname $f`/obj.win32: ; echo " -@mkdir `dirname $f`/obj.win32"; echo " " ; done >> dynamic-dependencies_win32.mk
bash.exe: warning: could not find /tmp, please create!
dynamic-dependencies_win32.mk:9: warning: overriding commands for target `obj.win32'
dynamic-dependencies_win32.mk:4: warning: ignoring old commands for target `obj.win32'
dynamic-dependencies_win32.mk:14: warning: overriding commands for target `obj.win32'
dynamic-dependencies_win32.mk:9: warning: ignoring old commands for target `obj.win32'
dynamic-dependencies_win32.mk:24: warning: overriding commands for target `obj.win32'
dynamic-dependencies_win32.mk:14: warning: ignoring old commands for target `obj.win32'
cl /W4 /nologo /TC /MD /Zi /Yd /D _DEBUG -I../../networks -I../../userCompiledModel/source -ID:/ADS2006A/modelbuilder/include /Dfar=far_p /Dnear=near_p /DNO_MALLOC_MACRO /DWIN32 /U_WINDOWS /D_CONSOLE /D_MBCS /DWIN32_LEAN_AND_MEAN /D_AFXDLL /DWINVER=0x0500 /c /Foobj.win32/MyModel_h.obj MyModel_h.c
make: cl: Command not found
make: *** [obj.win32/MyModel_h.obj] Error 127
请高手指点!
D:ADS2006A/modelbuilder/lib/make-rules.mk:254: static-dependencies_win32.mk: No such file or directory
rm -f static-dependencies_win32.mk
for f in MyModel_h.c userindx.c cui_indx.c ; do echo `dirname $f`/obj.win32/`basename $f .c`.obj:: $f `dirname $f`/obj.win32 ; echo ' $(call COMPILE.c, /Fo$@ $<)'; echo `dirname $f`/obj.win32: ; echo " -@mkdir `dirname $f`/obj.win32"; echo " " ; done >> static-dependencies_win32.mk
bash.exe: warning: could not find /tmp, please create!
static-dependencies_win32.mk:9: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:4: warning: ignoring old commands for target `obj.win32'
static-dependencies_win32.mk:14: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:9: warning: ignoring old commands for target `obj.win32'
cl /W4 /nologo /TC /MD /Zi /Yd /D _DEBUG -I../../networks -I../../userCompiledModel/source -ID:/ADS2006A/modelbuilder/include /Dfar=far_p /Dnear=near_p /DNO_MALLOC_MACRO /DWIN32 /U_WINDOWS /D_CONSOLE /D_MBCS /DWIN32_LEAN_AND_MEAN /D_AFXDLL /DWINVER=0x0500 /c /Foobj.win32/MyModel_h.obj MyModel_h.c
make: cl: Command not found
make: *** [obj.win32/MyModel_h.obj] Error 127
static-dependencies_win32.mk:9: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:4: warning: ignoring old commands for target `obj.win32'
static-dependencies_win32.mk:14: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:9: warning: ignoring old commands for target `obj.win32'
rm -f static-dependencies_win32.mk
for f in MyModel_h.c userindx.c cui_indx.c ; do echo `dirname $f`/obj.win32/`basename $f .c`.obj:: $f `dirname $f`/obj.win32 ; echo ' $(call COMPILE.c, /Fo$@ $<)'; echo `dirname $f`/obj.win32: ; echo " -@mkdir `dirname $f`/obj.win32"; echo " " ; done >> static-dependencies_win32.mk
bash.exe: warning: could not find /tmp, please create!
static-dependencies_win32.mk:9: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:4: warning: ignoring old commands for target `obj.win32'
static-dependencies_win32.mk:14: warning: overriding commands for target `obj.win32'
static-dependencies_win32.mk:9: warning: ignoring old commands for target `obj.win32'
cl /W4 /nologo /TC /MD /Zi /Yd /D _DEBUG -I../../networks -I../../userCompiledModel/source -ID:/ADS2006A/modelbuilder/include /Dfar=far_p /Dnear=near_p /DNO_MALLOC_MACRO /DWIN32 /U_WINDOWS /D_CONSOLE /D_MBCS /DWIN32_LEAN_AND_MEAN /D_AFXDLL /DWINVER=0x0500 /c /Foobj.win32/MyModel_h.obj MyModel_h.c
make: cl: Command not found
make: *** [obj.win32/MyModel_h.obj] Error 127
D:ADS2006A/modelbuilder/lib/make-rules.mk:254: dynamic-dependencies_win32.mk: No such file or directory
rm -f dynamic-dependencies_win32.mk
for f in MyModel_h.c userindx.c cui_indx.c D:/900MHzVCO_prj/userCompiledModel/source/MyModel_h.c ; do echo `dirname $f`/obj.win32/`basename $f .c`.obj:: $f `dirname $f`/obj.win32 ; echo ' $(call COMPILE.c, /Fo$@ $<)'; echo `dirname $f`/obj.win32: ; echo " -@mkdir `dirname $f`/obj.win32"; echo " " ; done >> dynamic-dependencies_win32.mk
bash.exe: warning: could not find /tmp, please create!
for f in MyModel_DYNAMIC.cxx ; do echo `dirname $f`/obj.win32/`basename $f .cxx`.obj:: $f `dirname $f`/obj.win32 ; echo ' $(call COMPILE.cxx, /Fo$@ $<)'; echo `dirname $f`/obj.win32: ; echo " -@mkdir `dirname $f`/obj.win32"; echo " " ; done >> dynamic-dependencies_win32.mk
bash.exe: warning: could not find /tmp, please create!
dynamic-dependencies_win32.mk:9: warning: overriding commands for target `obj.win32'
dynamic-dependencies_win32.mk:4: warning: ignoring old commands for target `obj.win32'
dynamic-dependencies_win32.mk:14: warning: overriding commands for target `obj.win32'
dynamic-dependencies_win32.mk:9: warning: ignoring old commands for target `obj.win32'
dynamic-dependencies_win32.mk:24: warning: overriding commands for target `obj.win32'
dynamic-dependencies_win32.mk:14: warning: ignoring old commands for target `obj.win32'
cl /W4 /nologo /TC /MD /Zi /Yd /D _DEBUG -I../../networks -I../../userCompiledModel/source -ID:/ADS2006A/modelbuilder/include /Dfar=far_p /Dnear=near_p /DNO_MALLOC_MACRO /DWIN32 /U_WINDOWS /D_CONSOLE /D_MBCS /DWIN32_LEAN_AND_MEAN /D_AFXDLL /DWINVER=0x0500 /c /Foobj.win32/MyModel_h.obj MyModel_h.c
make: cl: Command not found
make: *** [obj.win32/MyModel_h.obj] Error 127
请高手指点!
申明:网友回复良莠不齐,仅供参考。如需专业帮助,请学习易迪拓培训专家讲授的ADS视频培训课程。
上一篇:ADS layout 信号层问题
下一篇:怎么把layout中的图弄到原理图里边?
ADS培训课程推荐详情>>
国内最全面、最专业的Agilent ADS培训课程,可以帮助您从零开始,全面系统学习ADS设计应用【More..】
- Agilent ADS教学培训课程套装
- 两周学会ADS2011、ADS2013视频教程
- ADS2012、ADS2013射频电路设计详解
- ADS高低阻抗线微带滤波器设计培训教程
- ADS混频器仿真分析实例视频培训课程
- ADS Momentum电磁仿真设计视频课程
- ADS射频电路与通信系统设计高级培训
- ADS Layout和电磁仿真设计培训视频
- ADS Workspace and Simulators Training Course
- ADS Circuit Simulation Training Course
- ADS Layout and EM Simulation Training Course
- Agilent ADS 内部原版培训教材合集