-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
When trying to assemble the following code https://github.com/5inf/uprog2/tree/master/source/PROG-USB
avra complains about the missing m644.inc.
even with a m644.inc (e.g. from here https://github.com/DarkSector/AVR/blob/master/asm/include/m644def.inc)
avra throws the error "m644def.inc(47) : Error : Unknown device: ATmega644"
$avra main-usb.asm
[…]
Pass 1...
m644def.inc(44) : PRAGMA directives currently ignored
m644def.inc(47) : Error : Unknown device: ATmega644
m644def.inc(48) : PRAGMA directives currently ignored
m644def.inc(53) : PRAGMA directives currently ignored
m644def.inc(1018) : PRAGMA directives currently ignored
m644def.inc(1019) : PRAGMA directives currently ignored
m644def.inc(1020) : PRAGMA directives currently ignored
m644def.inc(1021) : PRAGMA directives currently ignored
main-usb.asm(129) : Error : Cannot find include file: devices_no_public/zspm.asm
Warning : No .DEVICE definition found. Cannot make useful address range check !
What is needed to add support for the ATmega644?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels