-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I'm trying to create a recipe for a non-avr target that includes an mcu binary, but am running into issues compiling the binary. avr-gcc
is present and available in the compilation step, however there are issues with missing avr-libc
components which I can't seem to find in the build-time sysroot. In the recipe, I have
DEPENDS += " \
avr-libc \
avg-gcc-native \
"
however I'm wondering if there is some additional yocto magic required, or if avr-libc
is being added somewhere else (it isn't present in ${libdir}
when inspecting during the do_compile
step).
@schnitzeltony do you have any public recipes which do a similar thing that I could take a look at? The main issue seems to just be the presence of avr-libc
in the sysroot while compiling.
Metadata
Metadata
Assignees
Labels
No labels