[Flashforth-devel] building flashforth with avra?
Brought to you by:
oh2aun
From: Christopher H. <chr...@li...> - 2021-03-25 21:27:52
|
Hi, is there anybody who has been able to build flashforth with avra ( https://github.com/Ro5bert/avra/tree/master/includes)? If so, can you share your command line calls, and any source edits you had to make? In trying to build flashforth for m328p (or, i guess, m328...?), I'm running into some confusion. avra has a m328p definition file but not a m328. And the avr config.inc with FF is a bit confusing to me as it seems to include m328pdef.inc in all builds but only m328def.inc if ffm328 is definied. As I try to work it out on the command line I end up with basic stuff like portd not defined. I was trying to build FF without using any proprietary avrstudio components, and avra seemed the easiest path. I couldn't find any source for avrasm2 anywhere, but information on the internet was confusing, so maybe I missed something. Christopher |