WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2016-Aug-05 11:49:50

Erica
Member
Registered: 2015-Oct-26
Posts: 18

Xilinx SDK Building Error

Hi,

I'm trying to build the WARP 802.11 Reference Design v1.5.2 software in Xilinx SDK 14.4. I followed all steps in the SDK user guide and updated the edk_user_repository to the latest version. However, the building process still fails for all the software projects. I got errors mainly about missing Xilinx library files such as xparameter.h, and the .elf files were never generated. I set up the repositories correctly and could build the template project successfully.

Here are two snapshots of the SDK user interface:
1) Snipped after I've done all the steps in the user guide.
https://s32.postimg.org/hffy0il29/Xilinx_SDK.jpg
2) Shows the repository setup.
https://s32.postimg.org/re0wmzuht/Xilinx_SDK2.jpg

I hope my problem could get solved. Thank you very much!

Offline

 

#2 2016-Aug-05 14:41:09

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: Xilinx SDK Building Error

Those compilation errors indicate the BSP was not successfully built. Even if the BSPs have errors the SDK attempts to compile the applications, hence the errors you see here. You can view the BSP build log by clicking on the BSP project then looking at the Console tab. Alternatively you can look in the libgen.log file in the BSP folder. The BSPs must build successfully for the applications to compile.

Offline

 

#3 2016-Aug-05 14:46:38

Erica
Member
Registered: 2015-Oct-26
Posts: 18

Re: Xilinx SDK Building Error

Here is what the libgen.log file in wlan_bsp_cpu_high prints:

Release 14.4 - libgen Xilinx EDK 14.4 Build EDK_P.49d
(nt64)
Copyright (c) 1995-2012 Xilinx, Inc.  All rights reserved.

Command Line: libgen -hw ../Mango_802.11_RefDes_v1.5.2_hw_platform/system.xml
-lp F:/designs/2016_summer/80211dev/Mango_802.11_RefDes_v1.5.2_clean -lp
C:/SVN/WARP_public/edk_user_repository -lp C:/SVN/mango/edk_user_repository -pe
mb_high -log libgen.log system.mss


Staging source files.
Running DRCs.
Running generate.
Generating Macros for wlan_mac_time_hw_axiw driver access ...
Running post_generate.
Running include - 'make -s include "COMPILER=mb-gcc" "ARCHIVER=mb-ar"
"COMPILER_FLAGS=-mlittle-endian -mno-xl-soft-mul -mxl-barrel-shift
-mxl-pattern-compare -mcpu=v8.40.b  -O2 -c" "EXTRA_COMPILER_FLAGS=-g"'.

Running libs - 'make -s libs "COMPILER=mb-gcc" "ARCHIVER=mb-ar"
"COMPILER_FLAGS=-mlittle-endian -mno-xl-soft-mul -mxl-barrel-shift
-mxl-pattern-compare -mcpu=v8.40.b  -O2 -c" "EXTRA_COMPILER_FLAGS=-g"'.
Running execs_generate.

I'm not sure what has been wrong...

Offline

 

#4 2016-Aug-08 09:20:05

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: Xilinx SDK Building Error

What version of the Xilinx tools do you have installed? The screenshot above indicates 2013.4. The libgen.log shows Release 14.4. Did you install the SDK from the ISE 14.4 installation archive? Version 14.4 is the only version we support for the 802.11 ref design on WARP v3.

There should also be more than the text above in the BSP build log. There's a compiler error somewhere in the BSP builds.

Offline

 

#5 2016-Aug-09 16:51:40

Erica
Member
Registered: 2015-Oct-26
Posts: 18

Re: Xilinx SDK Building Error

I re-installed the full Xilinx ISE design suites 14.4 and it worked at last. Thank you very much!

Offline

 

Board footer