Open
Description
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