Borrar filtros
Borrar filtros

Coder fails to compile a code with commands "dos","system","!" (bang) - any alternatives

2 visualizaciones (últimos 30 días)
Hi all,
I am trying to use coder to generate a light-weight .exe file (windows x64 environment) from the code that invokes another .exe file (USB communication with a device). I am using minGW-w64 C/C++ compiler. While compiler can generate .exe file, coder fails to do so. I tried using different variations of calling the USB communication EXE file, namely "system", "usb" and also "!" - each of them works flawlessly in MATLAB environment and also with compiler, but not with coder.
The reason I want to build .exe using coder is to create an independent .exe file that does not require other exe or installation of matlab runtime on various PCs that won't have matlab license. How do I achieve this?
Thanks in advance for your help!
  1 comentario
dpb
dpb el 25 de Oct. de 2018
There's a very old Answer that implies this should work...
What's the code snippet that fails and which release of coder are you using?
Can you isolate that it is the shell command that is failing by just testing it alone and not some other interaction or other issue that is being camouflaged by something else?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by