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
Hi @landret ,
precompiled libraries are not supported in this core yet. A patch like arduino/ArduinoCore-avr@bca2493 should be enough but needs extensive testing. Would you mind creating a PR? Thanks!
Hi,
Compiling fails at linking when using a precompiled library .a for atmega4809 targets. The following message appears in the verbose:
"Using precompiled library in C:... (archive library path)
The plaform does not support 'compiler.libraries.ldflags' for precompiled libraries."
Looking at the verbose, the library path (-Lfolder -lname) is missing from the linking command line.
Is that a normal behavior and could this be solved?
Thanks
The text was updated successfully, but these errors were encountered: