<?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/1508" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-06-11T03:30:35+02:00</updated>

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

		<entry>
		<author><name><![CDATA[sonicss]]></name></author>
		<updated>2008-06-11T03:30:35+02:00</updated>

		<published>2008-06-11T03:30:35+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1508&amp;p=5531#p5531</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1508&amp;p=5531#p5531"/>
		<title type="html"><![CDATA[Pls help me to compile avrusb using IAR cc]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1508&amp;p=5531#p5531"><![CDATA[
Thank you, but..<br /><br />I have remove the code which I recommented before. but the result is the same.<br /><br />Missing #endif<br /><br /> <img class="smilies" src="./../../../images/smilies/icon_sad.gif" alt=":(" title="Sad" /><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1145">sonicss</a> — Wed Jun 11, 2008 3:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-06-10T20:33:52+02:00</updated>

		<published>2008-06-10T20:33:52+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1508&amp;p=5530#p5530</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1508&amp;p=5530#p5530"/>
		<title type="html"><![CDATA[Pls help me to compile avrusb using IAR cc]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1508&amp;p=5530#p5530"><![CDATA[
I remember to have seen this type of error, but I can't remember what caused it. Try to remove the code in step (4) instead of commenting it out.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Tue Jun 10, 2008 8:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sonicss]]></name></author>
		<updated>2008-06-10T17:31:14+02:00</updated>

		<published>2008-06-10T17:31:14+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1508&amp;p=5527#p5527</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1508&amp;p=5527#p5527"/>
		<title type="html"><![CDATA[Pls help me to compile avrusb using IAR cc]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1508&amp;p=5527#p5527"><![CDATA[
1. create a new project<br />2. add oddebug.c, usbdrv.c, usbdrvasm.asm<br />3. create main.c and write main() function<br />4. comment <br />    // #if USB_INTR_PENDING &lt; 0x40 /* This is an I/O address, use in and        out */<br />  // #   define  USB_LOAD_PENDING(reg)   in reg, USB_INTR_PENDING<br />// #   define  USB_STORE_PENDING(reg)  out USB_INTR_PENDING, reg<br />// #else   /* It's a memory address, use lds and sts */<br />#   define  USB_LOAD_PENDING(reg)   lds reg, USB_INTR_PENDING<br />#   define  USB_STORE_PENDING(reg)  sts USB_INTR_PENDING, reg<br />// #endif<br /><br />5. comment <br />   /* #warning &quot;You should define USB_CFG_VENDOR_ID and USB_CFG_DEVICE_ID in usbconfig.h&quot; */<br />6. compile<br /><br />I can't find out why there is a error tip: missing #endif. Who can help me.<br /><br />Building configuration: ttt - Debug <br />Updating build tree... <br /> <br />7  file(s) deleted. <br />Updating build tree... <br />main.c <br />oddebug.c <br />Warning[Pa050]: non-native end of line sequence detected (this diagnostic is only issued once) E:\ttt\usbdrv\oddebug.c 1 <br />usbdrv.c <br />Warning[Pa050]: non-native end of line sequence detected (this diagnostic is only issued once) E:\ttt\usbdrv\usbdrv.c 1 <br />Warning[Pe068]: integer conversion resulted in a change of sign E:\ttt\usbdrv\usbdrv.c 326 <br />Warning[Pe068]: integer conversion resulted in a change of sign E:\ttt\usbdrv\usbdrv.c 337 <br />Warning[Pe068]: integer conversion resulted in a change of sign E:\ttt\usbdrv\usbdrv.c 339 <br />Warning[Pe068]: integer conversion resulted in a change of sign E:\ttt\usbdrv\usbdrv.c 341 <br />usbdrvasm.asm <br /><strong class="text-strong">Error[14]: Missing #endif E:\ttt\usbdrv\usbdrvasm.asm 21 </strong><br /> <br />Total number of errors: 1 <br />Total number of warnings: 6<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1145">sonicss</a> — Tue Jun 10, 2008 5:31 pm</p><hr />
]]></content>
	</entry>
	</feed>
