From: Erich W. <ew....@na...> - 2011-09-15 19:22:12
|
Hello, On 09/15/2011 05:18 PM, Keith Causey wrote: > Hello All, > I have tried several times to pose my question so I think that I may be > doing something wrong. I am having problems both compiling for the ATMega > 2560 and finding a device to up load the code (once it gets compiled) to > said device. compiling/assembling: as Marcin has asked: What tools are you using? Assembling will work with the AvrAssembler2 that comes with AvrStudio (it can be run with wine on Linux), will work with avra when using the latest source from the git repository. It will not work with the assembler that comes with avr-gcc, as far as I know. uploading: Im using a. a dragon board b. a AVR MKII programmer c. a homebrew thing called sp12 dongle all without a problem > Is there a list of source files that will actually compile or > maybe a second source from someone who has parsed the pertinent files that > will actually compile so that I can use those? Starting from https://amforth.svn.sourceforge.net/svnroot/amforth/releases/4.5/appl/ template is a directory holding a generic fileset, which needs to be edited (Makefile and template.asm) atmega2561 may be of help (I don't have such a device). > Additionally I have yet to > receive a response so I think I may be using the wrong email address to > contact you. Here's hoping that this one gets through ~ thank you in advance > ~ keith If you are working on Windows, please refer to Karl Lunts user guide: http://amforth.sourceforge.net/amforth-userguide.pdf If you are working on Linux, this document could be helpful, too: http://amforth.sourceforge.net/pr/Fosdem2011-proceedings-amforth.pdf Cheers, Erich |