We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hellow everyone! I meet a problem when i develop in ds-5,
I have setup Xilinx SDk and DS-5 on my PC,and I fellow xilinx xapp1185's guide to import xilin's driver file into ds-5.
in xapp1185's 1st step,when i change compiler option to armcc&armar, the err displayed as fellow:
Error: C9932E: Cannot obtain license for Compiler (feature compiler5) with license version >= 5.0201301
Cannot find license file.
The license files (or license server system network addresses) attempted are
listed below. Use LM_LICENSE_FILE to use a different license file,
or contact your software provider for a license file.
Feature: compiler5
Filename: C:\flexlm\license.dat
License path: C:\flexlm\license.dat;
FLEXnet Licensing error:-1,359. System Error: 2 "No such file or directory"
For further information, refer to the FLEXnet Licensing documentation,
available at "www.flexerasoftware.com".
Cannot obtain license for Compiler (feature bsp_compiler5) with license version >= 5.0201301
Feature: bsp_compiler5
ARM C/C++ Compiler, 5.03 [Build 24]
make[1]: *** [xadcps_selftest.o] 错误 1
make[1]: *** [xadcps_sinit.o] 错误 1
make[1]: 由于错误目标“libs”并未重新创建。
"Compiling cpu_cortexa9"
ERROR:EDK - make failed for target "libs"
ERROR:EDK - Error(s) while running make.
make: *** [ps7_cortexa9_0/lib/libxil.a] 错误 2
make: 由于错误目标“all”并未重新创建。
11:12:51 Build Finished (took 8s.533ms)
Adding to what Joe said, the key bit of the error is:
"Cannot find license file."
and
"License path: C:\flexlm\license.dat;"
This tells you where the tool was looking for your license (C:\flex\license.dat) and why it failed (looks like the file doesn't exist).
So in the License Manager you need to make sure that you've added your license file (or server) and that the path is correct.