<?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="http://forum.robosavvy.com/feed.php?f=15&amp;t=6236" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2010-07-09T04:39:18+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=6236</id>
<entry>
<author><name><![CDATA[badcommandorfilename]]></name></author>
<updated>2010-07-09T04:39:18+01:00</updated>
<published>2010-07-09T04:39:18+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6236&amp;p=27380#p27380</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6236&amp;p=27380#p27380"/>
<title type="html"><![CDATA[Problem with assembler file]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6236&amp;p=27380#p27380"><![CDATA[
I've never heard of Wavrasm, but I think the first part of your problem is due to the fact that the compiler doesn't understand the pragmas you have used. Pragmas are instructions to the compiler to tell it how to behave, but usually need to be directed to a specific program. Wavrasm probably has it's own pragma syntax, so you will need to translate the commands.<br /><br />Or, just switch to codevision or avr-gcc to compile your code.<br /><br /><br />-------<br /><!-- m --><a class="postlink" href="http://buildtherobot.blogspot.com/">http://buildtherobot.blogspot.com/</a><!-- m --> - for robot builders and enthusiasts.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1830">badcommandorfilename</a> — Fri Jul 09, 2010 4:39 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[koli]]></name></author>
<updated>2010-05-31T10:24:04+01:00</updated>
<published>2010-05-31T10:24:04+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6236&amp;p=26945#p26945</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6236&amp;p=26945#p26945"/>
<title type="html"><![CDATA[Problem with assembler file]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6236&amp;p=26945#p26945"><![CDATA[
Hello<br /><br /> Once I have the file *.asm have to compile it with the program <br /> &quot;Wavrasm&quot;.<br /> Well, the file gives me several mistakes, someone can help me?<br /><br />The mistakes are the following ones:<br /><br />syntax error <br />#pragma AVRPART ADMIN PART_NAME ATmega128<br />syntax error <br />#pragma AVRPART MEMORY PROG_FLASH 131072<br />syntax error <br />#pragma AVRPART MEMORY EEPROM 4096<br />syntax error <br />#pragma AVRPART MEMORY INT_SRAM SIZE 4096<br />syntax error <br />#pragma AVRPART MEMORY INT_SRAM START_ADDR 0x100<br />syntax error <br />#ifndef __SLEEP_DEFINED__<br />syntax error <br />#define __SLEEP_DEFINED__<br />syntax error<br />#endif<br />symbol is already defined by the .EQU directive<br />.EQU __se_bit=0x20<br />symbol is already defined by the .EQU directive<br />.EQU __sm_mask=0x1C<br />symbol is already defined by the .EQU directive<br />.EQU __sm_powerdown=0x10<br />symbol is already defined by the .EQU directive<br />.EQU __sm_powersave=0x18<br />symbol is already defined by the .EQU directive<br />.EQU __sm_standby=0x14<br />symbol is already defined by the .EQU directive<br />.EQU __sm_ext_standby=0x1C<br />symbol is already defined by the .EQU directive<br />.EQU __sm_adc_noise_red=0x08<br /><br /><br />these are the mistakes<br />please i need help<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2068">koli</a> — Mon May 31, 2010 10:24 am</p><hr />
]]></content>
</entry>
</feed>