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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-11-24T12:58:35+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-11-24T12:58:35+02:00</updated>

		<published>2009-11-24T12:58:35+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=703&amp;p=12106#p12106</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=703&amp;p=12106#p12106"/>
		<title type="html"><![CDATA[Re: Automator, WinAVR, AVR Studio ELF Link Error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=703&amp;p=12106#p12106"><![CDATA[
You probably have included assembler parts multiple times or multiple assembler parts. Please see the Makefile provided with our reference projects to see which object files must be linked.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Tue Nov 24, 2009 12:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[leederKrenon]]></name></author>
		<updated>2009-11-23T23:09:50+02:00</updated>

		<published>2009-11-23T23:09:50+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=703&amp;p=12102#p12102</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=703&amp;p=12102#p12102"/>
		<title type="html"><![CDATA[Re: Automator, WinAVR, AVR Studio ELF Link Error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=703&amp;p=12102#p12102"><![CDATA[
Apologies in advance if this post is irrelevant or just plain dum:<br /><br />I also have had to comment out calls to <em class="text-italics">usbCrc16append()</em> in order to get the <a href="http://www.arduino.nl/?p=36" class="postlink">UsbJoystick</a> library to build.<br />I have checked (to limit of my ability) that the file <em class="text-italics">usbDrvAsm.S</em> is included in the build.<br /><br />I am using arduino version 17 running on windows XP.<br /><br />The UsbJoystick library seems to be a few fixes behind the usbDevice project. I had to make the fixes detailed in <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1204833437/0" class="postlink">this thread</a> before the <em class="text-italics">usbCrc16append()</em> problem became apparant.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=3163">leederKrenon</a> — Mon Nov 23, 2009 11:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-09-08T20:34:17+02:00</updated>

		<published>2007-09-08T20:34:17+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=703&amp;p=2301#p2301</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=703&amp;p=2301#p2301"/>
		<title type="html"><![CDATA[Automator, WinAVR, AVR Studio ELF Link Error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=703&amp;p=2301#p2301"><![CDATA[
I guess you compiled the wrong file for the assembler module. Please enter usbdrvasm.S in your project makefile, not one of the specific files. This file contains the usbCrc16Append() function.<br /><br />If you just want to evaluate the size, download PowerSwitch. If you define the TEST_DRIVER_SIZE macro, it compiles the minimum functional do-nothing USB device with the driver.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sat Sep 08, 2007 8:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-09-01T04:13:58+02:00</updated>

		<published>2007-09-01T04:13:58+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=703&amp;p=2179#p2179</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=703&amp;p=2179#p2179"/>
		<title type="html"><![CDATA[Automator, WinAVR, AVR Studio ELF Link Error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=703&amp;p=2179#p2179"><![CDATA[
1st, thanks for the head start on my HID project.<br /><br />I am in the initial stages of planning for a custom HID product, and need to complete a &quot;roadmap&quot; document describing the requirements of the project.<br /><br />One requirement is to estimate how much space we will have once the USB-AVR firmware is loaded.  To do this, I downloaded the Automator firmware files and after some work got the source code to compile with WinAVR and AVR Studio.<br /><br />I could not get an ELF file produced until I commented out two lines in the usbdrv.c file They were lines 229 and 464 in the call to usbCrc16Append().<br /><br />This should be a screen shot of the AVR Studio output during the error.<br /><br /><img src="http://www.affinitydevices.com/error_elf_link.jpg" class="postimage" alt="Image" /><br /><br />I've found the function in usbdrv.h, but can't seem to figure out why the error. I've got the .h file inculded in main.c.<p>Statistics: Posted by Guest — Sat Sep 01, 2007 4:13 am</p><hr />
]]></content>
	</entry>
	</feed>
