Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
Hi I have the batch file to build the Keil uvproj. I have tested the batch file by manually executing it from command line. It works with out any issues.
But I am trying to automate the same with Hudson/Jenkin. But I am getting license issue saying
C:\BuildMachine\Test1\Workspace>"C:\Keil\ARM\BIN40\ArmCC" --Via "..\bin\main.__i" ARM C/C++ Compiler, 4.1 [Build 894] Error: C9932E: LICENSE ERROR (R219: FLOATING LICENSE FILE (*.FLF) NOT FOUND)
If I execute the same command manually from the same path, it works fine.
Can you please suggest what am I missing while configuring the build job into the Hudson/Jenkin.