You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I include the m328pdef.inc file in my source, and compile with avra. I get the following warnings.
AVRA: advanced AVR macro assembler (version 1.4.2)
Pass 1...
Pass 2...
m328pdef.inc(44) : PRAGMA PARTINC directive currently ignored
m328pdef.inc(48) : PRAGMA AVRPART directive currently ignored
m328pdef.inc(53) : PRAGMA AVRPART directive currently ignored
m328pdef.inc(898) : PRAGMA AVRPART directive currently ignored
m328pdef.inc(899) : PRAGMA AVRPART directive currently ignored
m328pdef.inc(900) : PRAGMA AVRPART directive currently ignored
m328pdef.inc(901) : PRAGMA AVRPART directive currently ignored
done
Assembly complete with no errors.
Segment usage:
Code : 116 words (232 bytes)
Data : 0 bytes
EEPROM : 0 bytes
As a developer, the include def file is not something I maintain and hence getting a warning for it on compilation seems unnecessary. It would be nice to have some way to suppress these warnings.
The text was updated successfully, but these errors were encountered:
If I include the
m328pdef.inc
file in my source, and compile withavra
. I get the following warnings.As a developer, the include def file is not something I maintain and hence getting a warning for it on compilation seems unnecessary. It would be nice to have some way to suppress these warnings.
The text was updated successfully, but these errors were encountered: