<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/1418" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-05-02T02:35:01+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/1418</id>

		<entry>
		<author><name><![CDATA[mendiola_loyola]]></name></author>
		<updated>2008-05-02T02:35:01+02:00</updated>

		<published>2008-05-02T02:35:01+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1418&amp;p=5214#p5214</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1418&amp;p=5214#p5214"/>
		<title type="html"><![CDATA[Probles solved]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1418&amp;p=5214#p5214"><![CDATA[
The problem was caused by my antyspyware NoAdaware.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1060">mendiola_loyola</a> — Fri May 02, 2008 2:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mendiola_loyola]]></name></author>
		<updated>2008-05-02T02:28:40+02:00</updated>

		<published>2008-05-02T02:28:40+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1418&amp;p=5213#p5213</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1418&amp;p=5213#p5213"/>
		<title type="html"><![CDATA[The problem also happens with Programmer notepad]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1418&amp;p=5213#p5213"><![CDATA[
P.D: I'm using windows XP<br /><br /><br />-------- begin --------<br />avr-gcc (GCC) 4.2.2 (WinAVR 20071221)<br />Copyright (C) 2007 Free Software Foundation, Inc.<br />This is free software; see the source for copying conditions.  There is NO<br />warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br /><br /><br />Compiling C: usbdrv.c<br />avr-gcc -c -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=12000000UL -O2 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=obj/usbdrv.lst  -std=gnu99 -Wundef -MD -MP -MF .dep/usbdrv.o.d usbdrv.c -o obj/usbdrv.o <br />In file included from usbdrv.c:17:<br />oddebug.h:35:5: warning: &quot;DEBUG_LEVEL&quot; is not defined<br />usbdrv.c: In function 'usbInit':<br />usbdrv.c:503: warning: cast from pointer to integer of different size<br />usbdrv.c:504: warning: cast from pointer to integer of different size<br /><br />Compiling C: in_dendy.c<br />avr-gcc -c -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=12000000UL -O2 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=obj/in_dendy.lst  -std=gnu99 -Wundef -MD -MP -MF .dep/in_dendy.o.d in_dendy.c -o obj/in_dendy.o <br /><br />Compiling C: out_dendy.c<br />avr-gcc -c -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=12000000UL -O2 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=obj/out_dendy.lst  -std=gnu99 -Wundef -MD -MP -MF .dep/out_dendy.o.d out_dendy.c -o obj/out_dendy.o <br /><br />Compiling C: oddebug.c<br />avr-gcc -c -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=12000000UL -O2 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=obj/oddebug.lst  -std=gnu99 -Wundef -MD -MP -MF .dep/oddebug.o.d oddebug.c -o obj/oddebug.o <br />In file included from oddebug.c:15:<br />oddebug.h:35:5: warning: &quot;DEBUG_LEVEL&quot; is not defined<br /><br />Compiling C: main_dendy.c<br />avr-gcc -c -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=12000000UL -O2 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=obj/main_dendy.lst  -std=gnu99 -Wundef -MD -MP -MF .dep/main_dendy.o.d main_dendy.c -o obj/main_dendy.o <br /><br />Assembling: usbdrvasm.S<br />avr-gcc -c -mmcu=atmega8 -I. -x assembler-with-cpp -Wa,-adhlns=obj/usbdrvasm.lst,-gstabs  usbdrvasm.S -o obj/usbdrvasm.o<br /><br />Linking: main_dendy.elf<br />avr-gcc -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=12000000UL -O2 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=obj/usbdrv.o  -std=gnu99 -Wundef -MD -MP -MF .dep/main_dendy.elf.d obj/usbdrv.o obj/in_dendy.o obj/out_dendy.o obj/oddebug.o obj/main_dendy.o obj/usbdrvasm.o --output main_dendy.elf -Wl,-Map=main_dendy.map,--cref    -lm<br />make.exe: *** [main_dendy.elf] Error -1073741819<br /><br />&gt; Process Exit Code: 2<br />&gt; Time Taken: 00:28<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1060">mendiola_loyola</a> — Fri May 02, 2008 2:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mendiola_loyola]]></name></author>
		<updated>2008-05-02T01:25:55+02:00</updated>

		<published>2008-05-02T01:25:55+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1418&amp;p=5212#p5212</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1418&amp;p=5212#p5212"/>
		<title type="html"><![CDATA[Compiling AVR-USB examples with AVR studio]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1418&amp;p=5212#p5212"><![CDATA[
Dear All:<br /><br />When i try to compile the examples with Avr studio 4.13 when AVR studio statrs to compile the sources the gcc crashes.<br /><br />Is there an example projecto using Avr Studio?<br /><br />Thanks.<br />Alfredo Mendiola Loyola<br />Lima, Perú<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1060">mendiola_loyola</a> — Fri May 02, 2008 1:25 am</p><hr />
]]></content>
	</entry>
	</feed>
