This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil Floating licence not found

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.