Re: [Amforth] Easy Start without Atmel Studio 6 possible?

2013-10-08 Thread Erich Waelde
Hello, > But there are much errors for the ATMega32: > > @/srv/test/amforth-5.1/appl/template$ make template.hex > wine ../../Atmel/avrasm2.exe -I ../../Atmel/Appnotes -I ../../core > -I ../../core/devices/atmega32 -fI -v0 -e template.eep.hex -l > template.lst template.asm > err:winedevice:Servic

Re: [Amforth] Easy Start without Atmel Studio 6 possible?

2013-10-08 Thread developm...@decotrain.de
Am 08.10.2013 20:57, schrieb Matthias Trute: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > >> Are this appnotes missing? > Yes. They are copyrighted by Atmel and thus not part of amforth. > For the Atmega32 you may have luck with the files from avra, but > I don't know about their legal sta

Re: [Amforth] Easy Start without Atmel Studio 6 possible?

2013-10-08 Thread developm...@decotrain.de
Am 08.10.2013 20:57, schrieb Matthias Trute: > >> Are this appnotes missing? > Yes. They are copyrighted by Atmel and thus not part of amforth. > For the Atmega32 you may have luck with the files from avra, but > I don't know about their legal status. > > Matthias > O.K. Now i tried to compile wit

Re: [Amforth] Easy Start without Atmel Studio 6 possible?

2013-10-08 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Are this appnotes missing? Yes. They are copyrighted by Atmel and thus not part of amforth. For the Atmega32 you may have luck with the files from avra, but I don't know about their legal status. Matthias -BEGIN PGP SIGNATURE- Version: Gn

Re: [Amforth] Easy Start without Atmel Studio 6 possible?

2013-10-08 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Karsten, > i just want to try Amforth and downloaded the sources. The currently easiest possibility to test amforth is probably the arduino. For this platform are the hex files precompiled and there are sketches available to use a 2nd arduino as a

[Amforth] gavrasm try (was: Easy Start without Atmel Studio 6 possible?)

2013-10-08 Thread Erich Waelde
Hi, On 10/08/2013 07:00 PM, developm...@decotrain.de wrote: > Is this not possible with a smaller solution like this here ? > http://www.avr-asm-tutorial.net/gavrasm/index_de.html > http://www.avr-asm-tutorial.net/gavrasm/index_en.html > So I look at this. 1. This software is written in FreePas

Re: [Amforth] Easy Start without Atmel Studio 6 possible?

2013-10-08 Thread developm...@decotrain.de
Are this appnotes missing? karsten@PC10:/srv/test/amforth-5.1/appl/template$ make template.hex wine ../../Atmel/avrasm2.exe -I ../../Atmel/Appnotes2 -I ../../core -I ../../core/devices/atmega1284p -fI -v0 -e template.eep.hex -l template.lst template.asm err:winedevice:ServiceMain driver L"IOPor

Re: [Amforth] Easy Start without Atmel Studio 6 possible?

2013-10-08 Thread developm...@decotrain.de
Atmel Studio is a pity. You have to download and install nearly 1 GB of software simply for an assembler. :-( Atmel Studio requires dotnet and more. I want to try FORTH and not C! I could find the assembler here: http://www.avrfreaks.net/index.php?module=Freaks%20Files&func=viewFile&id=859&showin

Re: [Amforth] Easy Start without Atmel Studio 6 possible?

2013-10-08 Thread Erich Waelde
Hello Karsten, On 10/08/2013 06:56 PM, developm...@decotrain.de wrote: > Hello, > > i just want to try Amforth and downloaded the sources. > Now i read that i must have Atmel Studio 6 just for compiling Forth. > > It seems that only a Assembler is needed, so why download an install > a monster p

Re: [Amforth] Easy Start without Atmel Studio 6 possible?

2013-10-08 Thread Artem Kim
I only can do this using studio4 On Tue, 08 Oct 2013 19:00:07 +0200 "developm...@decotrain.de" wrote: > Hello, > > i just want to try Amforth and downloaded the sources. > Now i read that i must have Atmel Studio 6 just for compiling Forth. > > It seems that only a Assembler is needed, so why d

[Amforth] Easy Start without Atmel Studio 6 possible?

2013-10-08 Thread developm...@decotrain.de
Hello, i just want to try Amforth and downloaded the sources. Now i read that i must have Atmel Studio 6 just for compiling Forth. It seems that only a Assembler is needed, so why download an install a monster package of 638 MB? Is this not possible with a smaller solution like this here ? http