<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=46&amp;t=5998&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2015-11-19T17:08:43+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=46&amp;t=5998&amp;mode</id>
<entry>
<author><name><![CDATA[mateczek]]></name></author>
<updated>2015-11-19T17:08:43+01:00</updated>
<published>2015-11-19T17:08:43+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=5998&amp;p=145854#p145854</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=5998&amp;p=145854#p145854"/>
<title type="html"><![CDATA[Re: stm32 i c++?]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=5998&amp;p=145854#p145854"><![CDATA[
<!-- m --><a class="postlink" href="https://www.youtube.com/watch?feature=player_detailpage&amp;v=t61A5Woq_-8" >https://www.youtube.com/watch?feature=p ... 61A5Woq_-8</a><!-- m --><br /><!-- m --><a class="postlink" href="https://www.youtube.com/watch?feature=player_detailpage&amp;v=s1rNtl9LEFs" >https://www.youtube.com/watch?feature=p ... 1rNtl9LEFs</a><!-- m --><br /><!-- m --><a class="postlink" href="https://www.youtube.com/watch?feature=player_detailpage&amp;v=7LAQi4vgStM" >https://www.youtube.com/watch?feature=p ... LAQi4vgStM</a><!-- m --><br />mój poradnik w 3 częściach - ubuntu<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=11839">mateczek</a> — 19 lis 2015, o 17:08</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[xbary]]></name></author>
<updated>2014-02-14T00:00:10+01:00</updated>
<published>2014-02-14T00:00:10+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=5998&amp;p=70384#p70384</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=5998&amp;p=70384#p70384"/>
<title type="html"><![CDATA[Re: stm32 i c++?]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=5998&amp;p=70384#p70384"><![CDATA[
Można skompilować w C++ coś pod STM32, nawet udało mi się to niedawno - tylko tak...<br />Zrobiłem to tak że użyłem najnowszy CoiDE który ma haczyk że kompilujesz CPP do tego trzeba wybrać którąś ze standardowych bibliotek i można. Tylko jest jeden mankament, jeśli chcesz się trzymać standardu C++ to niestety miganie diodą zajmie ci coś ok 50kb pamięci flash. Jest tam obsługa operatorów, zarządzanie wyjątkami, obsługa pamięci itd...<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=447">xbary</a> — 14 lut 2014, o 00:00</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mik]]></name></author>
<updated>2014-02-13T23:08:47+01:00</updated>
<published>2014-02-13T23:08:47+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=5998&amp;p=70378#p70378</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=5998&amp;p=70378#p70378"/>
<title type="html"><![CDATA[stm32 i c++?]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=5998&amp;p=70378#p70378"><![CDATA[
Ktoś może się podzielić opinią jak zacząć programować STMy w C++?<br /><br />Próbuję nieudolnie od paru godzin zlinkować w Eclipse z użyciem CodeSourcery G++ (kompiluje się wszystko bez błędów), STM32F0, w main tylko miganie diodami. Wszystkie biblioteki ST mają dyrektywy &quot;extern C&quot;, więc to chyba nie problem łączenia C i C++.<br /><br />Wywala mi takie błędy - nie widzi jakichś funkcji standardowych:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">cs-make all <br />Building target: STM32F0_Template_CPP<br />Invoking: Cross G++ Linker<br />arm-none-eabi-g++ -T &quot;D:/src_new/workspace_stm32/STM32F0_Template_CPP/stm32_flash.ld&quot; -mthumb -mcpu=cortex-m0 -Wl,--gc-sections -o &quot;STM32F0_Template_CPP&quot;  ./startup/startup_stm32f0xx.o  ./src/main.o ./src/stm32f0xx_it.o ./src/system_stm32f0xx.o  ./STM32F0xx_StdPeriph_Driver/stm32f0xx_adc.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_cec.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_comp.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_crc.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_dac.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_dbgmcu.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_dma.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_exti.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_flash.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_gpio.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_i2c.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_iwdg.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_misc.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_pwr.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_rcc.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_rtc.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_spi.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_syscfg.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_tim.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_usart.o ./STM32F0xx_StdPeriph_Driver/stm32f0xx_wwdg.o   <br />c:/users/mik/mentorgraphics/sourcery_codebench_lite_for_arm_eabi/bin/../lib/gcc/arm-none-eabi/4.8.1/../../../../arm-none-eabi/lib/armv6-m\libc.a(lib_a-abort.o): In function `abort':<br />abort.c:(.text+0xa): undefined reference to `_exit'<br />c:/users/mik/mentorgraphics/sourcery_codebench_lite_for_arm_eabi/bin/../lib/gcc/arm-none-eabi/4.8.1/../../../../arm-none-eabi/lib/armv6-m\libc.a(lib_a-signalr.o): In function `_kill_r':<br />signalr.c:(.text+0xe): undefined reference to `_kill'<br />c:/users/mik/mentorgraphics/sourcery_codebench_lite_for_arm_eabi/bin/../lib/gcc/arm-none-eabi/4.8.1/../../../../arm-none-eabi/lib/armv6-m\libc.a(lib_a-signalr.o): In function `_getpid_r':<br />signalr.c:(.text+0x2a): undefined reference to `_getpid'<br />c:/users/mik/mentorgraphics/sourcery_codebench_lite_for_arm_eabi/bin/../lib/gcc/arm-none-eabi/4.8.1/../../../../arm-none-eabi/lib/armv6-m\libc.a(lib_a-sbrkr.o): In function `_sbrk_r':<br />sbrkr.c:(.text+0xc): undefined reference to `_sbrk'<br />collect2.exe: error: ld returned 1 exit status<br />cs-make: *** &#91;STM32F0_Template_CPP&#93; Error 1</div><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=2187">mik</a> — 13 lut 2014, o 23:08</p><hr />
]]></content>
</entry>
</feed>