bitglue / libpisi5351

Program the si5351 with a Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined reference to `i2cWriteByteData'

F4HTB opened this issue · comments

Same problem as:
folkhack/adxl345spi@93c8b0a

new make file:

LDFLAGS=-lpigpio
CFLAGS=-Wall
CC=gcc
LIBS = -L /usr/local/include -lpigpio -lrt

all:
        $(CC) $(CFLAGS) test.c $(LIBS) -o test

clean:
        rm -f test