[yocto] Bitbake Recipe Failing

Burton, Ross ross.burton at intel.com
Tue Nov 27 02:00:33 PST 2018


On Tue, 27 Nov 2018 at 06:40, nick <xerofoify at gmail.com> wrote:
> do_compile() {
>     ${CC} -c helloprint.c
>     ${CC} -c hello.c
>     ${CC} -o hello hello.o helloprint.o
> }

You need to pass ${CFLAGS} ${LDFLAGS} too.

Ross


More information about the yocto mailing list