Skip to content

Build issue #1

Description

@luc-tan

I had a issue building meta-example with Petalinux.

I modified the Makefile.am in the gziped tar

AUTOMAKE_OPTIONS = foreign

CFLAGS = -Wall -pedantic
include_HEADERS = bbexample.h

lib_LTLIBRARIES = libbbexample.la
libbbexample_la_SOURCES = bbexamplelib.c
libbbexample_la_LDFLAGS= -version-info 1:0:0

bin_PROGRAMS = bbexample
bbexample_SOURCES = bbexample.c
bbexample_LDADD = **.libs/**libbbexample.la

I removed the .libs/ and now it builts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions