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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions