Hi all,
I created one small tool to generate FW_build_info.h file with following content:
#ifndef BUILD_Info #define BUILD 1 #define BUILD_Date 24.10.2016 #define BUILD_Time 14:11:02 #endif
I wrote this code in C# using VS2015. Program works normally as far as it is executed directly from windows explorer or command prompt, but when I put it to uVision as Before Build command it wont work at all.
In Build Output there is log for it
Before Build - User command #1: FW_Build_Info.exe
but no FW_build_info.h was created.
Thanks for your help.
Regards
Martin