-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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
Labels
No labels