WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2020-Feb-13 04:07:27

jiyanbaran
Member
Registered: 2019-Nov-27
Posts: 2

Error in wlan_phy_rx_pmd simulink model

Hello,

I download the 802.11 reference design. After following all the procedures has been explained in http://warpproject.org/trac/wiki/802.11/Usage I run the model with the following programs and system:

Windows 7 Ultimate
Xilinx 14.4
MATLAB 2012b

Physical model of transmitter worked properly however receiver part is giving error. I check the internet for the errors provided by program however I could not find similar error and solution. So I would like to attach the errors that I have encounter. I hope somebody can help me. Thanks for your time and interest.

ERRORS:

--------------------------------- Version Log ----------------------------------
Version                                 Path
System Generator 14.4                   C:/Xilinx/14.4/ISE_DS/ISE/sysgen
Matlab 8.0.0.783 (R2012b)               C:/Program Files/MATLAB/R2012b
ISE                                     C:/Xilinx/14.4/ISE_DS/ISE
--------------------------------------------------------------------------------
Summary of Errors:
Error 0001: C:/Users/CASPER/AppData/Local/Temp/sysgentmp-CASPER/.xlmc...
     Block: 'untitled/CFO & Samp Buffer/Samp Buffer/FSM/MCode'
--------------------------------------------------------------------------------

Error 0001:

Reported by:
  'untitled/CFO & Samp Buffer/Samp Buffer/FSM/MCode'

Details:

:/Users/CASPER/AppData/Local/Temp/sysgentmp-CASPER/.xlmcode_work/rx_fft_ctrl_fsm/fd8/4000000/40e97500/51983cf635490e8689d52292e585204f/xlsim.c:1:
warning: -fPIC ignored for target (all code is position independent)

C:/Users/CASPER/AppData/Local/Temp/sysgentmp-CASPER/.xlmcode_work/rx_fft_ctrl_fsm/fd8/4000000/40e97500/51983cf635490e8689d52292e585204f/xlsim.c:
In function 'xlsim_update':

C:/Users/CASPER/AppData/Local/Temp/sysgentmp-CASPER/.xlmcode_work/rx_fft_ctrl_fsm/fd8/4000000/40e97500/51983cf635490e8689d52292e585204f/xlsim.c:435:
error: stray '\375' in program

C:/Users/CASPER/AppData/Local/Temp/sysgentmp-CASPER/.xlmcode_work/rx_fft_ctrl_fsm/fd8/4000000/40e97500/51983cf635490e8689d52292e585204f/xlsim.c:435:
error: expected '=', ',', ';', 'asm' or '__attribute__' before 't_23_1'

C:/Users/CASPER/AppData/Local/Temp/sysgentmp-CASPER/.xlmcode_work/rx_fft_ctrl_fsm/fd8/4000000/40e97500/51983cf635490e8689d52292e585204f/xlsim.c:435:
error: 't_23_1' undeclared (first use in this function)

C:/Users/CASPER/AppData/Local/Temp/sysgentmp-CASPER/.xlmcode_work/rx_fft_ctrl_fsm/fd8/4000000/40e97500/51983cf635490e8689d52292e585204f/xlsim.c:435:
error: (Each undeclared identifier is reported only once

C:/Users/CASPER/AppData/Local/Temp/sysgentmp-CASPER/.xlmcode_work/rx_fft_ctrl_fsm/fd8/4000000/40e97500/51983cf635490e8689d52292e585204f/xlsim.c:435:
error: for each function it appears in.)

C:/Users/CASPER/AppData/Local/Temp/sysgentmp-CASPER/.xlmcode_work/rx_fft_ctrl_fsm/fd8/4000000/40e97500/51983cf635490e8689d52292e585204f/xlsim.c:536:
error: stray '\375' in program

C:/Users/CASPER/AppData/Local/Temp/sysgentmp-CASPER/.xlmcode_work/rx_fft_ctrl_fsm/fd8/4000000/40e97500/51983cf635490e8689d52292e585204f/xlsim.c:536:
error: 'st_lts_wa' undeclared (first use in this function)

C:/Users/CASPER/AppData/Local/Temp/sysgentmp-CASPER/.xlmcode_work/rx_fft_ctrl_fsm/fd8/4000000/40e97500/51983cf635490e8689d52292e585204f/xlsim.c:536:
error: expected ';' before 't_23_1'

Program
"C:/Xilinx/14.4/ISE_DS/ISE/gnu/MinGW/Beta/nt64/bin/x86_64-w64-mingw32-gcc.exe"
returned non-zero status (1).

Error occurred during "Simulation Initialization".

--------------------------------------------------------------------------------

Offline

 

#2 2020-Feb-14 09:10:36

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

Re: Error in wlan_phy_rx_pmd simulink model

Unfortunately I've never seen this error. In fact the only other reference I can find is from another user in your country. My best guess is some incompatibility in the local language settings and System Generator's M->C code conversion process. The error "stray '\375' in program" is consistent with Sysgen producing C code with unexpected formatting/characters in the auto-generated C code. I know it's tedious, but it's worth trying to change your OS/MATLAB localization settings to English.

Offline

 

#3 2020-Feb-15 08:05:04

jiyanbaran
Member
Registered: 2019-Nov-27
Posts: 2

Re: Error in wlan_phy_rx_pmd simulink model

Thank you very much, that user is our advisor :) I have already set up MATLAB and all the other tools with English but it does not helped as well.

Last edited by jiyanbaran (2020-Feb-15 08:10:27)

Offline

 

Board footer