We have successfully installed keil-MDK 5.29 inside the docker container with base image Windows server 2019. We used the command line installation options given in the link www.keil.com/.../uv4_ov_install.htm and used the command line options given for buidling the project as specified in the linkwww.keil.com/.../uv4_commandline.htmBut it fails to run the UV4.EXE for build purpose inside docker container. We have used " -j0" option to suppress the GUI. Is it possible to run Keil-MDK for build purpose inside a windows container with out GUI? using only command line?
Syam Pearson said:it fails to run the UV4.EXE for build purpose inside docker
How, exactly, does it "fail" ?
If you're just doing command-line stuff, why bother with uVision at all? Why not just use a makefile?