[Amforth] Warnings using Atmel Studio 6.1

2013-10-09 Thread Michael Picco
Hello, I keep getting the following warning when compiling amforth for an Arduino Uno: "Use of undefined or forward referenced symbol 'XT_NOOP' in .equ/.set" The warning points to line 28 in the file "usart_common.asm. I've gone through the compilation process, double-checking my work several ti

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

2013-10-09 Thread developm...@decotrain.de
Am 09.10.2013 19:51, schrieb Matthias Trute: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > >> What i can found within the assembler is this License.rtf for the >> assembler. >> >> "Redistribution and use in source and binary forms, with or >> without >> >> modification, are permitt

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

2013-10-09 Thread developm...@decotrain.de
Am 09.10.2013 19:31, schrieb Matthias Trute: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > >> At this moment i am sceptical about the produced code, because >> after converting hex to bin i get 30447 bytes with a big block of >> FF in the middle ? > That's right. You may want to st

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

2013-10-09 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, > > What i can found within the assembler is this License.rtf for the > assembler. > > "Redistribution and use in source and binary forms, with or > without > > modification, are permitted provided that the following conditions > are met: 1

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

2013-10-09 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, > At this moment i am sceptical about the produced code, because > after converting hex to bin i get 30447 bytes with a big block of > FF in the middle ? That's right. You may want to study the differences between the NRWW and RWW address regi

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

2013-10-09 Thread developm...@decotrain.de
Hello Erich, Am 09.10.2013 07:43, schrieb 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 templat