From: Erich W. <ew....@na...> - 2013-05-01 20:41:13
|
Hello, I got an arduino leonardo and was asked to flash amforth onto this device. I set up a copy of ...amforth/releases/5.1/appl/arduino. I can successfully build and flash a duemilanove and an uno. Not so successful for the leonardo: bash> make leonardo.hex Producing Hexfiles for Arduino leonardo /home/ew/Forth/amforth/releases/5.1/core\amforth.asm(21): error: *** Flash size exceeded, please edit your dict_appl_core file to use less space! Aborting. Assembly failed, 1 errors, 6 warnings make: *** [leonardo.hex] Error 1 I tried to move stuff around, but to no avail. Anyone had more luck with this? Fuse settings? Any pointers are welcome. Cheers, Erich |