lgz2868 发表于 2014-8-24 19:01:08

AMESim-Matlab_联合仿真设置步骤

            感觉比较详述实用的联合仿真步骤,设置时最好在文本里书写,避免缺漏

wangqingwei1 发表于 2014-8-25 12:43:00

多谢

醉乐清风 发表于 2014-8-25 12:50:20

wangqingwei1 发表于 2014-8-25 12:43
多谢

请问你试过了吧?

zjf8502 发表于 2014-9-2 21:41:31

可以参考学习一下!

lin 发表于 2014-9-22 09:17:02

hao

丸子 发表于 2014-9-22 10:26:53

醉乐清风 发表于 2014-8-25 12:50
请问你试过了吧?

我正在试,由于版本问题,我没法调用AMEsim中的dll文件。

林传统 发表于 2015-8-11 10:34:02

不能用啊,回复的人也是醉了

wxsiyeya 发表于 2015-12-21 11:15:41

谢谢                                                                  

wcxm123 发表于 2016-4-17 10:19:43

本帖最后由 wcxm123 于 2016-4-17 11:18 编辑

AMESim14+visual studio2015+MATLAB2014b
使用GNU GCC编译器一切正常   使用VC++的就编译失败F:\Amesim\v1400\AMEcompile.bat initiates a 64 bit compilation
Error in script usage. The correct usage is:
"D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin\amd64\vcvars64.bat"
or
"D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin\amd64\vcvars64.bat" store
Microsoft (R) 3ìDòά»¤êμóÃ1¤¾ß 14.00.23026.0 °æ
°æè¨ËùóD (C) Microsoft Corporation¡£ ±£áôËùóDè¨àû¡£
"F:\Amesim\v1400\interfaces\user_cosim\win32\ame_user_cosim_dyncompile" cl.exe -c -DAMEUSERCOSIM -DSTANDALONESIMULATOR -I"F:\Amesim\v1400\interfaces\user_cosim" -I"F:\Amesim\v1400\interfaces\standalonesimulator" -I"F:\Amesim\v1400\interfaces" -I"F:\Amesim\v1400\lib" -nologo -DWIN32 -MT -W3 -Od -D "_MBCS" -EHsc -wd4996 -bigobj -o pidshiyan_.obj pidshiyan_.c
cl: ÃüáîDD warning D9035 :¡°o¡±Ñ¡ÏîòÑ·ñ¾ö£¬2¢½«Ôú½«à′μİ汾ÖDòÆ3y
pidshiyan_.c
pidshiyan_.c(38): fatal error C1083: ÎT·¨′ò¿a°üà¨Îļt: ¡°assert.h¡±: No such file or directory
Executing cl.exe "-c" "-DAMEUSERCOSIM" "-DSTANDALONESIMULATOR" "-IF:\Amesim\v1400\interfaces\user_cosim" "-IF:\Amesim\v1400\interfaces\standalonesimulator" "-IF:\Amesim\v1400\interfaces" "-IF:\Amesim\v1400\lib" "-nologo" "-DWIN32" "-MT" "-W3" "-Od" "-D" "_MBCS" "-EHsc" "-wd4996" "-bigobj" "-o" "pidshiyan_.obj" "pidshiyan_.c"
NMAKE : fatal error U1077: ¡°F:\Amesim\v1400\interfaces\user_cosim\win32\ame_user_cosim_dyncompile.EXE¡±: ·μ»Ø′úÂë¡°0x2¡±
Stop.
.
For free edition of Microsoft Visual Studio, you may need to set the MSSDK environment variable to the installation directory of your MS Windows SDK
System build error!

wcxm123 发表于 2016-4-17 10:33:01

这是完整的错误代码
F:\Amesim\v1400\AMEcompile.bat initiates a 32 bit compilation
Error in script usage. The correct usage is:
"D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin\VCVARS32.BAT"
or
"D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\\bin\VCVARS32.BAT" store
Microsoft (R) 3ìDòά»¤êμóÃ1¤¾ß 14.00.23026.0 °æ
°æè¨ËùóD (C) Microsoft Corporation¡£ ±£áôËùóDè¨àû¡£
"F:\Amesim\v1400\interfaces\user_cosim\win32\ame_user_cosim_dyncompile" cl.exe -c -DAMEUSERCOSIM -DSTANDALONESIMULATOR -I"F:\Amesim\v1400\interfaces\user_cosim" -I"F:\Amesim\v1400\interfaces\standalonesimulator" -I"F:\Amesim\v1400\interfaces" -I"F:\Amesim\v1400\lib" -nologo -DWIN32 -MT -W3 -Od -D "_MBCS" -EHsc -wd4996 -bigobj -o pidshiyan_.obj pidshiyan_.c
cl: ÃüáîDD warning D9035 :¡°o¡±Ñ¡ÏîòÑ·ñ¾ö£¬2¢½«Ôú½«à′μİ汾ÖDòÆ3y
pidshiyan_.c
pidshiyan_.c(38): fatal error C1083: ÎT·¨′ò¿a°üà¨Îļt: ¡°assert.h¡±: No such file or directory
Executing cl.exe "-c" "-DAMEUSERCOSIM" "-DSTANDALONESIMULATOR" "-IF:\Amesim\v1400\interfaces\user_cosim" "-IF:\Amesim\v1400\interfaces\standalonesimulator" "-IF:\Amesim\v1400\interfaces" "-IF:\Amesim\v1400\lib" "-nologo" "-DWIN32" "-MT" "-W3" "-Od" "-D" "_MBCS" "-EHsc" "-wd4996" "-bigobj" "-o" "pidshiyan_.obj" "pidshiyan_.c"
NMAKE : fatal error U1077: ¡°F:\Amesim\v1400\interfaces\user_cosim\win32\ame_user_cosim_dyncompile.EXE¡±: ·μ»Ø′úÂë¡°0x2¡±
Stop.
.
For free edition of Microsoft Visual Studio, you may need to set the MSSDK environment variable to the installation directory of your MS Windows SDK
System build error!
页: [1] 2
查看完整版本: AMESim-Matlab_联合仿真设置步骤