From: Marcus Neuer on
"Peter " <psobol(a)yahoo.com> wrote in message <hfrs59$81v$1(a)fred.mathworks.com>...
> I'm trying to create a stand-alone executable from r2009b.
>
> The "Build" command in deploytool runs fine until it tries to copy "readme.txt" from ..\src to ..\distrib, at which point it generates an error: "readme.txt" not found and stops.
>
> Looking in ..\src shows that the readme file is not present. No other errors or warnings are generated.


Sorry, no solution, but a new step: I had the same problem with a code that compiles on R2008B + R2010A without problems. Copying a fake readme.txt file into the folder leads from that initial state to this next problem...

http://www.mathworks.co.uk/matlabcentral/newsreader/view_thread/263847#688955

which has no solution or workaround yet.

The basic fact is that the compiler did not generate any output at all in this case, thus all files that should be copied cannot be found.

Greets,
Marcus.