<?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=58&amp;t=20138&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2018-02-02T21:30:19+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=58&amp;t=20138&amp;mode</id>
<entry>
<author><name><![CDATA[wojciechgorzolka]]></name></author>
<updated>2018-02-02T21:30:19+01:00</updated>
<published>2018-02-02T21:30:19+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203202#p203202</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203202#p203202"/>
<title type="html"><![CDATA[Re: zmiana nazwy programu = błędy i krzaczki]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203202#p203202"><![CDATA[
ok. dziękuję <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /> pomogło w 100%<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=14082">wojciechgorzolka</a> — 2 lut 2018, o 21:30</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Marhef]]></name></author>
<updated>2018-02-02T21:22:02+01:00</updated>
<published>2018-02-02T21:22:02+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203201#p203201</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203201#p203201"/>
<title type="html"><![CDATA[Re: zmiana nazwy programu = błędy i krzaczki]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203201#p203201"><![CDATA[
Wystarczy zrobić clean projektu i index -&gt; Freshen all files<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=12752">Marhef</a> — 2 lut 2018, o 21:22</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wojciechgorzolka]]></name></author>
<updated>2018-02-02T21:08:53+01:00</updated>
<published>2018-02-02T21:08:53+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203198#p203198</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203198#p203198"/>
<title type="html"><![CDATA[Re: zmiana nazwy programu = błędy i krzaczki]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203198#p203198"><![CDATA[
21:08:34 **** Build of configuration Release for project 01a_dioda_led_kolejna_dioda_l_c_d ****<br />make all <br />'Building file: ../LCD/lcd44780.c'<br />'Invoking: AVR Compiler'<br />avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=8000000UL -MMD -MP -MF&quot;LCD/lcd44780.d&quot; -MT&quot;LCD/lcd44780.o&quot; -c -o &quot;LCD/lcd44780.o&quot; &quot;../LCD/lcd44780.c&quot;<br />'Finished building: ../LCD/lcd44780.c'<br />' '<br />'Building file: ../main.c'<br />'Invoking: AVR Compiler'<br />avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=8000000UL -MMD -MP -MF&quot;main.d&quot; -MT&quot;main.o&quot; -c -o &quot;main.o&quot; &quot;../main.c&quot;<br />'Finished building: ../main.c'<br />' '<br />'Building target: 01_DiodaLED.elf'<br />'Invoking: AVR C Linker'<br />avr-gcc -Wl,-Map,01_DiodaLED.map -mmcu=atmega32 -o &quot;01_DiodaLED.elf&quot;  ./LCD/lcd44780.o  ./main.o   <br />'Finished building target: 01_DiodaLED.elf'<br />' '<br />'Invoking: AVR Create Extended Listing'<br />avr-objdump -h -S 01_DiodaLED.elf  &gt;&quot;01_DiodaLED.lss&quot;<br />'Finished building: 01_DiodaLED.lss'<br />' '<br />'Create Flash image (ihex format)'<br />avr-objcopy -R .eeprom -R .fuse -R .lock -R .signature -O ihex 01_DiodaLED.elf  &quot;01_DiodaLED.hex&quot;<br />'Finished building: 01_DiodaLED.hex'<br />' '<br />'Create eeprom image (ihex format)'<br />avr-objcopy -j .eeprom --no-change-warnings --change-section-lma .eeprom=0 -O ihex 01_DiodaLED.elf  &quot;01_DiodaLED.eep&quot;<br />'Finished building: 01_DiodaLED.eep'<br />' '<br />'Invoking: Print Size'<br />avr-size --format=avr --mcu=atmega32 01_DiodaLED.elf<br />AVR Memory Usage<br />----------------<br />Device: atmega32<br /><br />Program:    1350 bytes (4.1% Full)<br />(.text + .data + .bootloader)<br /><br />Data:         37 bytes (1.8% Full)<br />(.data + .bss + .noinit)<br /><br /><br />'Finished building: sizedummy'<br />' '<br /><br />21:08:35 Build Finished (took 1s.606ms)<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=14082">wojciechgorzolka</a> — 2 lut 2018, o 21:08</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[MirkoT]]></name></author>
<updated>2018-02-02T21:04:43+01:00</updated>
<published>2018-02-02T21:04:43+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203197#p203197</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203197#p203197"/>
<title type="html"><![CDATA[Re: zmiana nazwy programu = błędy i krzaczki]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203197#p203197"><![CDATA[
Ty to masz talent do generowania problemów ze zmianą nazwy projektów.<br />Pokaż co tam masz w konsoli.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=189">MirkoT</a> — 2 lut 2018, o 21:04</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wojciechgorzolka]]></name></author>
<updated>2018-02-02T20:58:20+01:00</updated>
<published>2018-02-02T20:58:20+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203196#p203196</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203196#p203196"/>
<title type="html"><![CDATA[Re: zmiana nazwy programu = błędy i krzaczki]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203196#p203196"><![CDATA[
nie pomaga niestety<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=14082">wojciechgorzolka</a> — 2 lut 2018, o 20:58</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rskup]]></name></author>
<updated>2018-02-02T20:56:44+01:00</updated>
<published>2018-02-02T20:56:44+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203195#p203195</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203195#p203195"/>
<title type="html"><![CDATA[Re: zmiana nazwy programu = błędy i krzaczki]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203195#p203195"><![CDATA[
A czy samo czyszczenie i kompilacja (Clean &amp; Build) po zmianie nazwy nie pomaga?<br /><br />-- <br />Pozdrawiam,<br />Robert<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=3427">rskup</a> — 2 lut 2018, o 20:56</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wojciechgorzolka]]></name></author>
<updated>2018-02-02T20:52:38+01:00</updated>
<published>2018-02-02T20:52:38+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203193#p203193</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203193#p203193"/>
<title type="html"><![CDATA[Re: zmiana nazwy programu = błędy i krzaczki]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203193#p203193"><![CDATA[
hehe. pojawiają się czerwone pluskwy <img src="https://forum.atnel.pl/images/smilies/icon_e_wink.gif" alt=";)" title="Puszcza oko" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=14082">wojciechgorzolka</a> — 2 lut 2018, o 20:52</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[MirkoT]]></name></author>
<updated>2018-02-02T20:50:35+01:00</updated>
<published>2018-02-02T20:50:35+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203192#p203192</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203192#p203192"/>
<title type="html"><![CDATA[Re: zmiana nazwy programu = błędy i krzaczki]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203192#p203192"><![CDATA[
Bardzo ładnie i precyzyjnie to kolega opisał. <br />A skoro krzaki to najlepszy będzie sekator <img src="https://forum.atnel.pl/images/smilies/icon_e_wink.gif" alt=";-)" title="Puszcza oko" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=189">MirkoT</a> — 2 lut 2018, o 20:50</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wojciechgorzolka]]></name></author>
<updated>2018-02-02T20:40:18+01:00</updated>
<published>2018-02-02T20:40:18+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203190#p203190</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203190#p203190"/>
<title type="html"><![CDATA[zmiana nazwy programu = błędy i krzaczki]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=20138&amp;p=203190#p203190"><![CDATA[
cześć.<br /> Napisałem sobie prosty programik, który wyświetla mi kolejne wagi bitów  2,4,8,16,32 itp i gdy zmieniam nazwę tego programu w eclipsie, to od razu wyskakują mi w kodzie krzaczki i błędy. Czym to jest spowodowane? Zauważyłem jeszcze,że aby pozbyć się tego problemu wystarczy na moment zmienić deklarację zmiennej np z uint8_t na int, a następnie powrócę do uint8_t , skompiluję i wszystko wraca do normy, krzaczki znikają.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=14082">wojciechgorzolka</a> — 2 lut 2018, o 20:40</p><hr />
]]></content>
</entry>
</feed>