Re: [Amforth] Compiling failed with AMForth 5.5 for ATMega32

2014-10-15 Thread Matthias Trute
> I tried AMForth 5.2 but here i have 101 Errors: > > $ make > wine ../../Atmel/avrasm2.exe -I ../../Atmel/Appnotes2 -I ../../core -I > ../../core/devices/atmega32 -fI -v0 -e > template.eep.hex -l template.lst template.asm > err:winedevice:ServiceMain driver L"IOPort" failed to load > ../../core

Re: [Amforth] Correct fuses for ATMega32

2014-10-15 Thread Matthias Trute
> Hello, > what should be the correct settings of the fuses for an ATMega32? The answer is as always: It depends. It depends on your hardware layout, it depends on whether you want to use the watchdog/brownout detector, it depends on your clock source etc. Since there is no general answer, I canno

Re: [Amforth] Compiling failed with AMForth 5.5 for ATMega32

2014-10-15 Thread developm...@decotrain.de
I tried the same without any options for the UART - I got the same result. The same errors i get with AMForth 5.4 In AMForth 5.1 i had the problem that i get it compiled, but it does not start. It starts only sometimes. I tried AMForth 5.2 but here i have 101 Errors: $ make wine ../../Atmel/av

[Amforth] Compiling failed with AMForth 5.5 for ATMega32

2014-10-15 Thread developm...@decotrain.de
Hello, i tried to compile the newest Release for AMForth 5.5. $ make wine ../../Atmel/avrasm2.exe -I ../../Atmel/include -I ../../core -I ../../core/devices/atmega32 -fI -v0 -e template.eep.hex -l template.lst template.asm err:winedevice:ServiceMain driver L"IOPort" failed to load ../../core\dr

[Amforth] Correct fuses for ATMega32

2014-10-15 Thread developm...@decotrain.de
Hello, what should be the correct settings of the fuses for an ATMega32? In the makefile i find only the hint that the fuses should be set. But what is the correct setting? MCU=atmega32 # set the fuses according to your MCU LFUSE=0xnn HFUSE=0xnn --