2022-05-12 11:46 PM
2022-05-12 11:48 PM
I saw pre and post-build options in stm32cubeide. But can not make it work.
2022-05-13 02:41 AM
So what, exactly, have you tried?
And what, exactly, were the results? In what way(s) did it "not work" ?
2022-05-13 03:49 AM
${workspace_loc:/${project_name} date_app.exe}
I wrote this command to Pre-Build Steps to be able to run date_app.exe file before building main project.
There is no error, also no change on date file.
Btw exe file is working as manual. The only problem is to be able to run this date_app before building.
2022-05-13 06:50 AM
> ${workspace_loc:/${project_name} date_app.exe}
You have a mismatched }, should it be ${workspace_loc:/${project_name}/date_app.exe ?
Maybe, wrong working directory. Does the exe complain if it cannot open some file that it expects to be there?
2022-05-15 10:56 PM
After i wrote ${workspace_loc:/${project_name}/date_app.exe}
there is no error also no change.
2022-05-15 11:50 PM
I would double check that what you are pointing to is actually there and that you have access to it.
If you just add "mspaint" as a pre-build step, does it launch Microsoft Paint before building? Or some other really simple build step just to get a base line of where it fails for you.