<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:Compilation error while building sdk for FLexRAN 22.07 in Wireless</title>
    <link>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1412097#M43068</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We can see that you are using Centos7, but it is not a supported operating system as per the Intel classic compiler system requirements.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For more details please refer to the below link:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/system-requirements/oneapi-c-compiler-system-requirements.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/system-requirements/oneapi-c-compiler-system-requirements.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please try with the supported operating system and let us know if you face any issues?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Sep 2022 06:46:34 GMT</pubDate>
    <dc:creator>ShivaniK_Intel</dc:creator>
    <dc:date>2022-09-01T06:46:34Z</dc:date>
    <item>
      <title>Compilation error while building sdk for FLexRAN 22.07</title>
      <link>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1411668#M43067</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am using this command(.&lt;STRONG&gt;/flexran_build.sh -e -r 5gnr -m sdk&lt;/STRONG&gt;) to build sdk for 22.07 flexRAN codebase but getting below error where as i am able to build SDK with any of the previous version of flexRAN like(21.11,22.03 etc).&lt;BR /&gt;server detail:&lt;BR /&gt;centos-release-7-9.2009.0.el7.centos.x86_64&lt;BR /&gt;kernel version:&lt;BR /&gt;3.10.0-957.10.1.rt56.921.el7.x86_64&lt;BR /&gt;icc version:&lt;BR /&gt;icc version 19.0.3.206 (gcc version 5.4.0 compatibility)&lt;BR /&gt;&lt;BR /&gt;Error snippet:&lt;/P&gt;
&lt;P&gt;[ 78%] Building CXX object source/phy/lib_pucch_focompensation_5gnr/CMakeFiles/libpucch_focompensation_5gnr.dir/phy_pucch_focompensation_5gnr.cpp.o&lt;BR /&gt;[ 79%] Building CXX object source/phy/lib_pucch_5gnr/CMakeFiles/libpucch_5gnr.dir/phy_pucch_5gnr_f0_detect.cpp.o&lt;BR /&gt;Linking CXX static library libprach_5gnr.a&lt;BR /&gt;[ 79%] Built target libprach_5gnr&lt;BR /&gt;[ 79%] Building CXX object source/phy/lib_pucch_5gnr/CMakeFiles/libpucch_5gnr.dir/phy_pucch_5gnr_f1.cpp.o&lt;BR /&gt;[ 79%] Building CXX object source/phy/lib_pucch_equalization_5gnr/CMakeFiles/libpucch_equalization_5gnr.dir/phy_pucch_equ_5gnr_avx2.cpp.o&lt;BR /&gt;&lt;STRONG&gt;/workspace/jenkins/flexran_src/sdk/source/phy/lib_pucch_5gnr/phy_pucch_5gnr_f0_detect.cpp(767): error: &amp;lt;typeinfo&amp;gt; must be included before typeid is used&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;if (typeid(T) == typeid(Is16vec32))&lt;/STRONG&gt;&lt;BR /&gt;^&lt;/P&gt;
&lt;P&gt;/workspace/jenkins/flexran_src/sdk/source/phy/lib_pucch_5gnr/phy_pucch_5gnr_f0_detect.cpp(767): error: &amp;lt;typeinfo&amp;gt; must be included before typeid is used&lt;BR /&gt;if (typeid(T) == typeid(Is16vec32))&lt;BR /&gt;^&lt;/P&gt;
&lt;P&gt;/workspace/jenkins/flexran_src/sdk/source/phy/lib_pucch_5gnr/phy_pucch_5gnr_f0_detect.cpp(767): error: no operator "==" matches these operands&lt;BR /&gt;operand types are: const std::type_info == const std::type_info&lt;BR /&gt;if (typeid(T) == typeid(Is16vec32))&lt;BR /&gt;^&lt;BR /&gt;/usr/ccpu/system_studio/system_studio_2019/system_studio_2019/compilers_and_libraries_2019.3.206/linux/compiler/include/complex(254): note: this candidate was rejected because arguments do not match&lt;BR /&gt;inline bool operator==(const complex&amp;lt;double&amp;gt;&amp;amp; __x,&lt;BR /&gt;^&lt;BR /&gt;/usr/ccpu/system_studio/system_studio_2019/system_studio_2019/compilers_and_libraries_2019.3.206/linux/compiler/include/complex(139): note: this candidate was rejected because arguments do not match&lt;BR /&gt;inline bool operator==(const complex&amp;lt;float&amp;gt;&amp;amp; __x,&lt;BR /&gt;^&lt;BR /&gt;/usr/bin/../include/c++/5.4.0/complex(468): note: this candidate was rejected because at least one template argument could not be deduced&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 13:48:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1411668#M43067</guid>
      <dc:creator>Purnachandra</dc:creator>
      <dc:date>2022-08-30T13:48:22Z</dc:date>
    </item>
    <item>
      <title>Re:Compilation error while building sdk for FLexRAN 22.07</title>
      <link>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1412097#M43068</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We can see that you are using Centos7, but it is not a supported operating system as per the Intel classic compiler system requirements.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For more details please refer to the below link:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/system-requirements/oneapi-c-compiler-system-requirements.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/system-requirements/oneapi-c-compiler-system-requirements.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please try with the supported operating system and let us know if you face any issues?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Sep 2022 06:46:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1412097#M43068</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2022-09-01T06:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation error while building sdk for FLexRAN 22.07</title>
      <link>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1412335#M43069</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;its clearly mentioned in doxygen that it is&amp;nbsp; supported to centOS. please check the attached snippet from doxygen attached here.&lt;BR /&gt;we have used flexRAN code several time with centos with previous versions and its working fine. please route to correct person to look into this.&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 05:38:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1412335#M43069</guid>
      <dc:creator>Purnachandra</dc:creator>
      <dc:date>2022-09-02T05:38:23Z</dc:date>
    </item>
    <item>
      <title>Re:Compilation error while building sdk for FLexRAN 22.07</title>
      <link>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1412885#M43081</link>
      <description>&lt;P&gt;Hello Purnachandra,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel® communities. I am sorry to know that you are having issues with your&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In order to better assist you, please provide the following:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; Can you provide more details about your issue?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. &lt;/STRONG&gt;Are you working on a project? Can you provide details?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. &lt;/STRONG&gt;Are you developing something? Can you provide details?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. &lt;/STRONG&gt;What is the brand and model name of your wireless adapter?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5. &lt;/STRONG&gt;Are you using a laptop or desktop computer?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Sep 2022 20:05:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1412885#M43081</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2022-09-05T20:05:33Z</dc:date>
    </item>
    <item>
      <title>Re:Compilation error while building sdk for FLexRAN 22.07</title>
      <link>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1413299#M43099</link>
      <description>&lt;P&gt;Hello Purnachandra,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to check the previous post and get the information requested? Please let me know if you need more assistance.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2022 15:52:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1413299#M43099</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2022-09-07T15:52:52Z</dc:date>
    </item>
    <item>
      <title>Re:Compilation error while building sdk for FLexRAN 22.07</title>
      <link>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1413779#M43129</link>
      <description>&lt;P&gt;Hello Purnachandra,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was checking your thread and see that we have not heard back from you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I’m going to close your post, but if you need further assistance, please do not hesitate to create a new thread.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2022 15:38:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1413779#M43129</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2022-09-09T15:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Compilation error while building sdk for FLexRAN 22.07</title>
      <link>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1469312#M46391</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I also face the same issue while Installing the FlexRAN software(version 22.07) on &lt;STRONG&gt;RHEL8.4&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It gives error while compiling SDK: “&lt;STRONG&gt;Compile SDK first: ./flexran_build.sh -e -r 5gnr -I avx512 -m sdk&lt;/STRONG&gt;”. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It is stopped in the middle and shows the error below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[[ 56%] Building CXX object source/phy/lib_mmse_irc_mimo_5gnr/CMakeFiles/libmmse_irc_mimo_5gnr.dir/phy_mmse_irc_mimo_5gnr_avx512.cpp.o&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 56%] Linking CXX static library libfd_correlation.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 56%] Built target libfd_correlation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 57%] Linking CXX static library liblayermapping_5gnr.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 57%] Built target liblayermapping_5gnr&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 57%] Linking CXX static library libmatrix_inversion.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 57%] Built target libmatrix_inversion&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 57%] Linking CXX static library libeigen_beamforming.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 57%] Built target libeigen_beamforming&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 57%] Linking CXX static library libequalization.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 57%] Built target libequalization&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 58%] Linking CXX static library libfft_ifft.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 58%] Built target libfft_ifft&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 58%] Linking CXX static library librate_matching.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 58%] Built target librate_matching&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 59%] Linking CXX static library libmldts_process_5gnr.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 59%] Built target libmldts_process_5gnr&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 59%] Linking CXX static library libcommon.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 59%] Built target libcommon&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 60%] Linking CXX static library libmmse_irc_mimo_5gnr.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 60%] Built target libmmse_irc_mimo_5gnr&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 60%] Linking CXX static library libcestimate_5gnr.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 60%] Built target libcestimate_5gnr&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 60%] Linking CXX static library libsrs_fft_cestimate_5gnr.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 60%] Built target libsrs_fft_cestimate_5gnr&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 61%] Linking CXX static library libgram_schmidt_weightgen.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 61%] Built target libgram_schmidt_weightgen&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 61%] Linking CXX static library libdft_idft.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 61%] Built target libdft_idft&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 62%] Linking CXX static library libdftcodebook_weightgen.a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ 62%] Built target libdftcodebook_weightgen&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;make: *** [Makefile:136: all] Error 2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;--------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Would you please help or share your suggestions about it?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 05:38:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Wireless/Compilation-error-while-building-sdk-for-FLexRAN-22-07/m-p/1469312#M46391</guid>
      <dc:creator>jim-tech10</dc:creator>
      <dc:date>2023-03-24T05:38:13Z</dc:date>
    </item>
  </channel>
</rss>

