Re: [Amforth] Build recent amforth with avra

2013-08-13 Thread Hannu Vuolasaho
The read_args has const in C and not in h file. I didn't test my build as I just went to wine route for easines.  And I commented out the dead code. I thought it could be easier to make PKGBUILD file for Arch Linux I even made patch. https://sourceforge.net/p/avra/mailman/message/31229619/ Be

Re: [Amforth] Build recent amforth with avra

2013-08-13 Thread Erich Waelde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, same experiment for atmega32, on amd64 host. same results, except that "usart_0.asm" is replaced by "usart.asm". On 08/13/2013 03:21 PM, Mark Malmros wrote: > Assembling Amforth5.0 for an Atmega328P using the Raspberry Pi avra > instance: >

Re: [Amforth] Build recent amforth with avra

2013-08-13 Thread Mark Malmros
Assembling Amforth5.0 for an Atmega328P using the Raspberry Pi avra instance: Untaring Amforth.5.0.tar.gz, I copied the "Appnotes" directory from Studio4 (on my desktop) into the core directory. Using template.asm edited for the atmega328p, set ".equ F_CPU = 1600" (and and commented out the

Re: [Amforth] Build recent amforth with avra

2013-08-13 Thread Mark Malmros
Erich, Keith, Enoch, Christian and all other interested parties... To double check my luck I started with a clean Debian image (2013-wheezy-raspian.img (armhf)) on a Raspberry pi which comes complete with all the build utilities - having only to add automake... $cd /home $ sudo apt-get install a