tian_zhongyu
2008-08-14, 21:45
Mcc编译一直有问题。。我是 R2008a版本的。。。mbuild -setup选的是默认Lcc
然后做了个最最简单的程序尝试编译
>> mcc -B sgl test1.m
'mbuild' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
Error: An error occurred while shelling out to mbuild (error code = 1).
Unable to build executable (specify the -v option for more information).
??? Error using ==> mcc
Error executing mcc, return status = 1.
然后调了下这个也是对的啊
>> which mbuild
C:\MATLAB\R2008a\toolbox\compiler\mbuild.m
>>
到底问题出在哪里呢。。
然后做了个最最简单的程序尝试编译
>> mcc -B sgl test1.m
'mbuild' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
Error: An error occurred while shelling out to mbuild (error code = 1).
Unable to build executable (specify the -v option for more information).
??? Error using ==> mcc
Error executing mcc, return status = 1.
然后调了下这个也是对的啊
>> which mbuild
C:\MATLAB\R2008a\toolbox\compiler\mbuild.m
>>
到底问题出在哪里呢。。