<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Assertion failed: CONFIG_FP_SOFTABI is not supported</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62645/assertion-failed-config_fp_softabi-is-not-supported</link><description>Hi, 
 When I try to compile the gps nrf9160 sample with the SUPL enable, the compilation crash each time. 
 I get the error &amp;quot;Assertion failed: CONFIG_FP_SOFTABI is not supported&amp;quot;. 
 
 I have download and unzip the SUPL lib and enable the &amp;quot; CONFIG_SUPL_CLIENT_LIB</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Oct 2020 09:09:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62645/assertion-failed-config_fp_softabi-is-not-supported" /><item><title>RE: Assertion failed: CONFIG_FP_SOFTABI is not supported</title><link>https://devzone.nordicsemi.com/thread/274828?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 09:09:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f0a3dab-783c-41aa-8e49-5ad61b9ed641</guid><dc:creator>LordLucan</dc:creator><description>&lt;p&gt;Can confirm this worked for me too. Looks like macro name is wrong in script. This is with SDK 1.3.2.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Assertion failed: CONFIG_FP_SOFTABI is not supported</title><link>https://devzone.nordicsemi.com/thread/256050?ContentTypeID=1</link><pubDate>Sun, 21 Jun 2020 03:42:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa9bce0c-63e1-4e28-84cf-cf05a90f621c</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;great! Thank you so much&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#
# Copyright (c) 2018 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic
#

# CMakeLists.txt - SUPL Client Library for Zephyr

if(CONFIG_FPU)
  if(CONFIG_FP_HARDABI)
    set(float_dir hard-float)
  else()
    assert(0 &amp;quot;Unreachable code&amp;quot;)
  endif()
else()
  assert(0 &amp;quot;CONFIG_FP_SOFTABI is not supported&amp;quot;)
endif()

assert(GCC_M_CPU &amp;quot;GCC_M_CPU must be set to find correct lib&amp;quot;)

set(lib_path lib/${GCC_M_CPU}/${float_dir})
set(SUPL_CLIENT_LIB_PATH ${CMAKE_CURRENT_SOURCE_DIR}/${lib_path})

set(SUPL_CLIENT_TARGET supl_client)

zephyr_include_directories(include)
zephyr_library_import(${SUPL_CLIENT_TARGET} ${SUPL_CLIENT_LIB_PATH}/libsupl.a)
target_link_libraries(${SUPL_CLIENT_TARGET} INTERFACE bsd_nrf9160_xxaa -lc)
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Assertion failed: CONFIG_FP_SOFTABI is not supported</title><link>https://devzone.nordicsemi.com/thread/256049?ContentTypeID=1</link><pubDate>Sun, 21 Jun 2020 02:58:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb62bbaa-803f-40ae-a96b-8ade621261df</guid><dc:creator>crasspm</dc:creator><description>&lt;p&gt;Strangely enough&amp;nbsp;&lt;span&gt;nrf/ext/lib/bin/supl/CMakeLists.txt on line 9 checks for CONFIG_FLOAT for me (using master).&amp;nbsp; I changed it as per your recommendation and so far so good!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Assertion failed: CONFIG_FP_SOFTABI is not supported</title><link>https://devzone.nordicsemi.com/thread/256031?ContentTypeID=1</link><pubDate>Sat, 20 Jun 2020 13:14:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b65277e-198b-4702-949a-38d5c2035d63</guid><dc:creator>Yusuke</dc:creator><description>&lt;p&gt;hello, I have the same issue now and can&amp;#39;t solve it. Can you show me a full text of&amp;nbsp;&lt;span&gt;nrf/ext/lib/bin/supl/CMakeLists.txt?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Assertion failed: CONFIG_FP_SOFTABI is not supported</title><link>https://devzone.nordicsemi.com/thread/255532?ContentTypeID=1</link><pubDate>Wed, 17 Jun 2020 12:36:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efdc27fd-bdaf-4676-a6e7-799d95cb3d3d</guid><dc:creator>thomas oggier</dc:creator><description>&lt;p&gt;Thank&amp;#39;s I changed it and it&amp;#39;s work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Assertion failed: CONFIG_FP_SOFTABI is not supported</title><link>https://devzone.nordicsemi.com/thread/255275?ContentTypeID=1</link><pubDate>Tue, 16 Jun 2020 13:18:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c30ae90-30fd-4bfe-8921-0a91c95e92e9</guid><dc:creator>anicare-tero</dc:creator><description>&lt;p&gt;Hi Thomas,&lt;/p&gt;
&lt;p&gt;I changed the&amp;nbsp;CONFIG_FLOAT to CONFIG_FPU in nrf/ext/lib/bin/supl/CMakeLists.txt on line 9. Not sure if that&amp;#39;s the right way but at least I&amp;#39;m not getting any error anymore when compiling.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>