Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Pratik Chhatbar
Pratik Chhatbar le 25 Oct 2018
Commenté : dpb le 25 Oct 2018
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 commentaire
dpb
dpb le 25 Oct 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?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur MATLAB Coder dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by