Hi ,
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.
Regards,
Rahul Shah
Solved! Go to Solution.
Hi
to run image_generator.exe, you need install
Microsoft Visual Studio Community 2019
make sure microsoft .net framework also installed.
From our test it works with those install.
Have a nice day,
Jun Zhang
Hi
to run image_generator.exe, you need install
Microsoft Visual Studio Community 2019
make sure microsoft .net framework also installed.
From our test it works with those install.
Have a nice day,
Jun Zhang
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.
Hello, Have you got any solution to above problem, please share..
@KrishnaNair_007 KrishnaNair_007 Please test with attached tool. Let me know result if it works for you or not
Dll file missing
Downloaded MSVCR120D.dll file and tried to execute, above error message popped
Response is same with the error as below (command line)