<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[wolfSSL - Embedded SSL Library — build WolfCrypt for STM32]]></title>
		<link>https://www.wolfssl.com/forums/topic1447-build-wolfcrypt-for-stm32.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic1447.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in build WolfCrypt for STM32.]]></description>
		<lastBuildDate>Mon, 30 Sep 2019 17:39:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: build WolfCrypt for STM32]]></title>
			<link>https://www.wolfssl.com/forums/post4898.html#p4898</link>
			<description><![CDATA[<p>Hi Kvkhekale,</p><p>Also make sure you have the arm-none-eabi-gcc-8.3.1/bin directory in your path.</p><p>Thanks,<br />David Garske, wolfSSL</p>]]></description>
			<author><![CDATA[null@example.com (dgarske)]]></author>
			<pubDate>Mon, 30 Sep 2019 17:39:52 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post4898.html#p4898</guid>
		</item>
		<item>
			<title><![CDATA[Re: build WolfCrypt for STM32]]></title>
			<link>https://www.wolfssl.com/forums/post4895.html#p4895</link>
			<description><![CDATA[<p>Hi kvhekale,</p><p>Try using something like this:</p><div class="codebox"><pre><code>export WOLFSSL_PREFIX=&quot;`pwd`/../build&quot;
./configure \
    --host=arm-none-eabi \
    CFLAGS=&quot;-mcpu=cortex-m0 --specs=nano.specs -DNO_WOLFSSL_DIR -DWOLFSSL_USER_IO -DNO_WRITEV&quot; \
    --prefix=$WOLFSSL_PREFIX/wolfssl-m0-baremetal \
    --disable-examples
make
make install</code></pre></div><p>Thanks,<br />David Garske, wolfSSL</p>]]></description>
			<author><![CDATA[null@example.com (dgarske)]]></author>
			<pubDate>Mon, 30 Sep 2019 13:53:27 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post4895.html#p4895</guid>
		</item>
		<item>
			<title><![CDATA[build WolfCrypt for STM32]]></title>
			<link>https://www.wolfssl.com/forums/post4892.html#p4892</link>
			<description><![CDATA[<p>Hello, <br />In order to port WolfCrypt on STM32, I compiled WolfSSL for STM32L072, with arm-none-eabi-gcc. </p><p>I am using Cygwin to cross compile my project. <br />I am getting following error, and I am unable to find the source:</p><p><em><strong>&quot;checking whether C compiler works... no&quot;</strong></em></p><p>The command which I am sending is <br /><strong>./configure CC=arm-none-eabi-gcc-8.3.1 LD=arm-none-eabi-ld AR=arm-none-eabi-ar RANLIB=arm-none-eabi-ranlib CFLAGS=&quot;-DWOLFSSL_USER_IO -O0&quot; --host arm-none-eabi<br /></strong></p><p>gcc and linker paths have been set correctly, both in system environment and build command</p><br /><p>Please help me regarding the issue.</p>]]></description>
			<author><![CDATA[null@example.com (kvkhekale)]]></author>
			<pubDate>Sun, 29 Sep 2019 00:32:17 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post4892.html#p4892</guid>
		</item>
	</channel>
</rss>
