Why do I get the error "'?§' is not recognized as an internal or external command,operable program or batch file..." when build my .prj project through Matlab Deploytool?

1 view (last 30 days)
I am trying to create a .Net component(.dll) to be used in my C# application using MATLAB Builder NE.
I am following all the steps i.e, creating a .m file,creating a new project,adding the .m file to this project and then trying to build it.
But I get an error as "'?§' is not recognized as an internal or external command,operable program or batch file..."
'?§' these characters are nowhere in my code.They come during compilation.
The distributed and src folders are created but no dll.
My .m file contains a basic add function thats it. Still the error.
Is there a problem with the Matlab installed or the Matlab compiler or something else?
I am using Matlab 7.8.0(R2009a)
Pls. help me in this regard
  1 Comment
Friedrich
Friedrich on 30 Aug 2013
Did you run mbuild -setup to select a compiler? If so, which one did you choose? Can you paste the full verbose build log here?

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Compiler SDK in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!