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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2012-09-27T18:08:04+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2012-09-27T18:08:04+02:00</updated>

		<published>2012-09-27T18:08:04+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2849&amp;p=22801#p22801</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=22801#p22801"/>
		<title type="html"><![CDATA[Re: V-USB Build Error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=22801#p22801"><![CDATA[
In Atmel studio 6 i just add usbdrvasm.S to the project, then add a &quot;C&quot; in front of extern in usbdrv.h and that's it.<br /><br /><br />extern &quot;C&quot; unsigned usbCrc16Append(unsigned data, uchar len);<p>Statistics: Posted by Guest — Thu Sep 27, 2012 6:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alan Chatham]]></name></author>
		<updated>2010-04-05T01:53:19+02:00</updated>

		<published>2010-04-05T01:53:19+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2849&amp;p=13980#p13980</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=13980#p13980"/>
		<title type="html"><![CDATA[Re: V-USB Build Error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=13980#p13980"><![CDATA[
<blockquote class="uncited"><div>I have the same problem. How can i link the usbdrvasm.s to AVRStudio ?</div></blockquote><br />A big thing I noticed when using AVR Studio is that you might need to change the source code to include the full relative path of the V-USB files, i.e., <br /><div class="codebox"><p>Code: </p><pre><code>#include &quot;usbdrv.h&quot; </code></pre></div><br />should be <br /><div class="codebox"><p>Code: </p><pre><code>#include &quot;usbdrv/usbdrv.h</code></pre></div><br /><br />Also, in order to have the files complied along with your project, make sure you add usbdrvasm.s into the Source Files folder in the file view in AVR Studio (along with your main, usbdrv.c, etc.)<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2888">Alan Chatham</a> — Mon Apr 05, 2010 1:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[maxi]]></name></author>
		<updated>2010-04-04T18:02:15+02:00</updated>

		<published>2010-04-04T18:02:15+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2849&amp;p=13975#p13975</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=13975#p13975"/>
		<title type="html"><![CDATA[Re: V-USB Build Error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=13975#p13975"><![CDATA[
<blockquote><div><cite>vargata wrote:</cite>How can i link the usbdrvasm.s to AVRStudio ?</div></blockquote><br />I would recommend you take a look at the AVR-CDC project for a good example of how it should be done. An AVR Studio project .aps is included with the source code.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2570">maxi</a> — Sun Apr 04, 2010 6:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-04-04T17:07:54+02:00</updated>

		<published>2010-04-04T17:07:54+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2849&amp;p=13972#p13972</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=13972#p13972"/>
		<title type="html"><![CDATA[Re: V-USB Build Error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=13972#p13972"><![CDATA[
I have the same problem. How can i link the usbdrvasm.s to AVRStudio ?<p>Statistics: Posted by Guest — Sun Apr 04, 2010 5:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-06-07T20:48:52+02:00</updated>

		<published>2009-06-07T20:48:52+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2849&amp;p=9687#p9687</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=9687#p9687"/>
		<title type="html"><![CDATA[Re: V-USB Build Error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=9687#p9687"><![CDATA[
You probably don't link the assembler part. This routine is implemented in assembler.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sun Jun 07, 2009 8:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-06-07T14:02:38+02:00</updated>

		<published>2009-06-07T14:02:38+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2849&amp;p=9677#p9677</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=9677#p9677"/>
		<title type="html"><![CDATA[V-USB Build Error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2849&amp;p=9677#p9677"><![CDATA[
Hello<br />When i try to build V-USB project in Eclipse AVR i have an error:<br />i try to compile and build this project that i dont manipulate it after download from obdev.at!<br />undefined reference to usbCrc16Append(&amp;usbTxBuf[1], len) in line 536 of usbdrv.c file! why this error occurred when i see anything is true!<br />usbdrv.h is included too.<p>Statistics: Posted by Guest — Sun Jun 07, 2009 2:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
