Bug 78275 - [avr] at43usb320 in wrong multilib set.
Summary: [avr] at43usb320 in wrong multilib set.
Status: UNCONFIRMED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 7.0
: P4 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-09 13:54 UTC by Georg-Johann Lay
Modified: 2016-11-09 13:54 UTC (History)
0 users

See Also:
Host:
Target: avr
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georg-Johann Lay 2016-11-09 13:54:30 UTC
avr-mcus.def currenly lists at43usb320 as belonging to avr31.  This is not correct because the device can only handle 64 KiB of (external) program memory but avr31 is for devices with 128 KiB (supports ELPM which is not supported by at43usb320).

As the data sheet does not mention the exact instruction set supported, it's unclear if avr3 is the correct multilib (likely) or avr35 (if MOVW) or even avr5 (of MUL).