How to solve Error building project to create exe file from .m using deploytool ?
2 views (last 30 days)
Show older comments
Naresh Naik
on 13 Dec 2013
Commented: Naresh Naik
on 16 Dec 2013
Deploytool
Name :project1
Location : E:\Naresh\MATLAB\code1
Target : Windows standalone Application
Add main file : programme1.m
Add files / Dictionaries : bull.jpg
Getting error like
Error building project
Run m build -setup to specify the default compiler option file
0 Comments
Accepted Answer
Walter Roberson
on 13 Dec 2013
Run
mbuild -setup
and pick a compiler. You might need to install a compiler first. You can use the same compilers as you would use for mex .
More Answers (1)
See Also
Categories
Find more on C Shared Library Integration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!