Hi Meino,

> I am running a 64bit-GENTOO Linux and I am quite familiar with
> Linux.
> I want to run AmForth on a Arduino Pro Mini Atmega328p/3.3V.
> With my USB-to-serial adapter I flash my ProMinis with the 
> Arduino-IDE successfully.

You definitely need a "real" programmer to flash amforth. A second
arduino with the ISP software shall work, I use the Atmel AVR ISP MK2 
and an AVR Dragon. The default arduino flashing system does not 
cooperate with amforth. See 
http://amforth.sourceforge.net/faq.html#what-about-boot-loaders


> 
> Do I need to install the 32bit-version or the 64bit-version of wine?

It doesn't matter. I use the 64bit version (Ubuntu LTS)

> Do I need to install wine at all -- can I use a different software
> to assemble things (I would prefer this way even it would imply more
> work) ?

For the AVR world, there is no other way. Very early version of
amforth (10 years ago) could be assembled with an assembler called
avra, but that piece of code died long ago and is no longer able to
compile amforth. The MSP430 variant uses the naken_asm, that even
works on a raspberry pi. Unfortunately the AVR support in naken_asm
is not sufficient to compile amforth.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to