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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-01-08T13:12:40+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-01-08T13:12:40+02:00</updated>

		<published>2008-01-08T13:12:40+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=979&amp;p=3812#p3812</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3812#p3812"/>
		<title type="html"><![CDATA[AVR MacPack: AVR development on Mac]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3812#p3812"><![CDATA[
Yes, I just found that out yesterday! We will release a new version with a fixed template soon.<br /><br />If you want to fix your template, load the template project at /usr/local/AVRMacPack/etc/templates/TemplateProject and change it. You may have to be root in order to edit the template.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Tue Jan 08, 2008 1:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-01-08T01:02:35+02:00</updated>

		<published>2008-01-08T01:02:35+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=979&amp;p=3809#p3809</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3809#p3809"/>
		<title type="html"><![CDATA[AVR MacPack experience with XCode 3]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3809#p3809"><![CDATA[
Nice install, works great from the command line, but when using XCode 3 the PATH is missing for make.  When clicking Build in XCode avr-gcc is not found.<br /><br />Adding a PATH variable to the build target and ticking &quot;pass build settings in environment&quot; works.<br />PATH = &quot;/usr/local/AVRMacPack/bin/:$PATH&quot;<br /><br /><br /><br />Is there a way I can configure XCode or your templates to set the PATH to avr-gcc by default?<br /><br /><br />Thanks,<br />Paul<p>Statistics: Posted by Guest — Tue Jan 08, 2008 1:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[andrewbenson]]></name></author>
		<updated>2007-12-04T08:57:11+02:00</updated>

		<published>2007-12-04T08:57:11+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=979&amp;p=3367#p3367</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3367#p3367"/>
		<title type="html"><![CDATA[AVR MacPack: AVR development on Mac]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3367#p3367"><![CDATA[
This is really well put together.  Thanks!<br />I particularly like the way you can switch over to gcc 3 for tighter code compiling, and the automatic creation of the project files.<br /><br />This is the first packaging of AVR dev stuff for Mac that I has got me seriously considering doing my AVR development on the Mac side.<br /><br />Andrew<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=574">andrewbenson</a> — Tue Dec 04, 2007 8:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-12-02T15:40:20+02:00</updated>

		<published>2007-12-02T15:40:20+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=979&amp;p=3352#p3352</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3352#p3352"/>
		<title type="html"><![CDATA[AVR MacPack: AVR development on Mac]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3352#p3352"><![CDATA[
It's a matter of personal preference. Newer versions are not always better.<br /><br />I, personally, prefer gcc 3 because of the somewhat smaller code and because I'm used to its behavior (which warnings are on by default and so on).<br /><br />On the other hand, new features are only added to gcc 4. If you want any of these, you probably want gcc 4. In some situations, gcc 4 generates even more efficient code than gcc 3 and there is hope that code generation will be improved in the future.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sun Dec 02, 2007 3:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[qubit]]></name></author>
		<updated>2007-12-02T15:16:47+02:00</updated>

		<published>2007-12-02T15:16:47+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=979&amp;p=3351#p3351</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3351#p3351"/>
		<title type="html"><![CDATA[AVR MacPack: AVR development on Mac]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3351#p3351"><![CDATA[
Brilliant! It installed perfectly for me. Congratulations on the project.<br /><br />Just one question: What is the deal with gcc3 creating smaller code? I tried it and indeed gcc3 makes smaller code for the few projects i tried. So do you recommend using gcc3?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=631">qubit</a> — Sun Dec 02, 2007 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-11-26T15:29:56+02:00</updated>

		<published>2007-11-26T15:29:56+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=979&amp;p=3262#p3262</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3262#p3262"/>
		<title type="html"><![CDATA[AVR MacPack: AVR development on Mac]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=979&amp;p=3262#p3262"><![CDATA[
We have created a binary distribution of AVR GCC and associated tools for all Mac users. The package offers both, GCC version 3 and 4 because version 3 generates more efficient code. All software is compiled as universal binaries for Intel and PowerPC Macs.<br /><br />See <!-- m --><a class="postlink" href="http://www.obdev.at/avrmacpack/">http://www.obdev.at/avrmacpack/</a><!-- m --> for more information.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Mon Nov 26, 2007 3:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
