WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2014-Feb-19 01:29:55

Neha
Member
Registered: 2013-Oct-17
Posts: 21

OFDM reference design

while generating the linker script for nomac.c in ofdm reference design , following error is encountered


**** Build of configuration Debug for project NOMAC ****

make all
Building file: ../src/noMac.c
Invoking: MicroBlaze gcc compiler
mb-gcc -Wall -O0 -g3 -I../../OFDM_RefDesign_WARPv3_v18p0_bsp/microblaze_0/include -I"C:\Users\Hcl\Desktop\w3_OFDM_ReferenceDesign_v18p1\src\WARPMAC" -I../../w3_OFDM_ReferenceDesign_v18p1_bsp/microblaze_0/include -I"C:\Users\Hcl\Desktop\w3_OFDM_ReferenceDesign_v18p1\SDK_Workspace\src\WARPMAC" -I"C:\Users\Hcl\Desktop\w3_OFDM_ReferenceDesign_v18p1\SDK_Workspace\src\MAC\NOMAC" -c -fmessage-length=0 -mxl-barrel-shift -mxl-pattern-compare -mcpu=v8.20.b -mno-xl-soft-mul -MMD -MP -MF"src/noMac.d" -MT"src/noMac.d" -o"src/noMac.o" "../src/noMac.c"
../src/noMac.c:21:25: fatal error: xparameters.h: No such file or directory
compilation terminated.
make: *** [src/noMac.o] Error 1

Offline

 

#2 2014-Feb-19 08:17:10

welsh
Administrator
From: Mango Communications
Registered: 2013-May-15
Posts: 612

Re: OFDM reference design

xparameters.h is part of the BSP.  It looks like either the BSP has not been imported or needs to be regenerated by cleaning the project. 

Please refer to the Introduction to the SDK tutorial if you have any questions about the BSP.

Offline

 

Board footer