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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-08-20T11:39:02+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-08-20T11:39:02+02:00</updated>

		<published>2009-08-20T11:39:02+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10598#p10598</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10598#p10598"/>
		<title type="html"><![CDATA[Re: 12800]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10598#p10598"><![CDATA[
This is USBaspLoader, right? See bootloaderconfig.h. There are several options which affect code size. If you don't implement EEPROM access, you should save enough to fit into the boot area.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Thu Aug 20, 2009 11:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-08-19T16:49:47+02:00</updated>

		<published>2009-08-19T16:49:47+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10589#p10589</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10589#p10589"/>
		<title type="html"><![CDATA[Re: 12800]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10589#p10589"><![CDATA[
<blockquote><div><cite>christian wrote:</cite>You probably enabled debugging code or removed the -Os flag.</div></blockquote>None of these I think. In default makefile i changed:<br />F_CPU = 12000000 (12 Mhz i suppose <img class="smilies" src="./../../../images/smilies/icon_razz.gif" alt=":P" title="Razz" />)<br />DEVICE = atmega8 (I've got atmega8l)<br />BOOTLOADER_ADDRESS = 1800 (8k-2k=6k right?)<br />FUSEOPT = $(FUSEOPT_8) (no change)<br /><br />So what should I do? I'm noob with v-usb sorry <img class="smilies" src="./../../../images/smilies/icon_wink.gif" alt=";)" title="Wink" /><br /><br />thanks<p>Statistics: Posted by Guest — Wed Aug 19, 2009 4:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-08-19T15:57:08+02:00</updated>

		<published>2009-08-19T15:57:08+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10588#p10588</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10588#p10588"/>
		<title type="html"><![CDATA[Re: 12800]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10588#p10588"><![CDATA[
This error means that the boot loader size exceeds 0x844 bytes (that's 2116 bytes). You probably enabled debugging code or removed the -Os flag.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Wed Aug 19, 2009 3:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-08-19T15:42:16+02:00</updated>

		<published>2009-08-19T15:42:16+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10587#p10587</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10587#p10587"/>
		<title type="html"><![CDATA[Re: 12800]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10587#p10587"><![CDATA[
Can you explain what exactly is wrong?<br /><br />My makefile<br />F_CPU = 12000000<br />DEVICE = atmega8<br />BOOTLOADER_ADDRESS = 1800<br />FUSEOPT = $(FUSEOPT_8)<br />LOCKOPT = -U lock:w:0x2f:m<br />PROGRAMMER = -c dapa<br />(..)<br /><br />Bootloader adress should be right but i got error: &quot;ld: address 0x2044 of main.bin section .text is not within region text&quot; but when i change bootloader adress to antthing lower than 1800 it links correctly.. :/<br /><br />thanks<p>Statistics: Posted by Guest — Wed Aug 19, 2009 3:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-07-10T18:13:48+02:00</updated>

		<published>2009-07-10T18:13:48+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10106#p10106</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10106#p10106"/>
		<title type="html"><![CDATA[Re: 12800]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10106#p10106"><![CDATA[
The code size exceeds the size of your AVR's flash, probably because the 12.8 MHz version is quite a bit bigger than the other versions of the driver. Your best option is to switch to the next bigger AVR.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Fri Jul 10, 2009 6:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[thlanger]]></name></author>
		<updated>2009-07-07T11:07:33+02:00</updated>

		<published>2009-07-07T11:07:33+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10056#p10056</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10056#p10056"/>
		<title type="html"><![CDATA[12800]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2977&amp;p=10056#p10056"><![CDATA[
Hi i try to compile the code with <br />F_CPU = 12800000<br />FUSEH = 0x90<br />FUSEL = 0x84<br />in Makefile, but if i build it, i get the error:<br />ld.exe: address 0x20aa of main.bin section .text is not within region text<br />why?<br />Can any one help me?<br /><br />Thomas<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2498">thlanger</a> — Tue Jul 07, 2009 11:07 am</p><hr />
]]></content>
	</entry>
	</feed>
