- in render template, the ’ sign is used, while for windows cmd, only " is supported
- if possible, perhaps alllowing change compiler as formerly I used gcc to compile casadi generated c files but error messages related to winapi turn out
- make is used in compilation, while for windows this command is not supported unless installing via some pkg mgrs or something, which could be quite inconvenient.
- in makefile.in the control is set as ‘;’ while it should be &&
The Python interface has never been tested on Windows as far as I know.
Please consider using WSL, if you want to use Windows and Python.
I know some people are using acados that way.
Thus this is rather a feature request than a bug report.