I am trying to generate CRC image using post_build_mcux.bat batch file. But when i execute this script it is not creating "dsbl_app_crc.bin" file. Fir testing purpose i am using default "dspl_app.bin" file which is come with example code.
please find whole zip to reproduce the issue. i have also try to un batch file from command prompt , but no error received on prompt and command executed successfully without error but CRC bin file not generated.
Hi! We do not have Microsoft Visual Studio and we do not meet the requirements to download and use Microsoft Visual Studio Community edition. I note that the DLLs that are missing are non-redistributable. Most likely because they are debug dlls. I believe this is due to the D in the vcruntime140d.dll filename. Can you either a) provide the source code for the tool so that we can modify it for our use or b) recompile the code on your machine and produce a release image that does not use the non-redistributable dlls? It would make life much better for us.