Search found 1 match

by dMann
Fri 15. Feb 2019, 10:22
Forum: Linux
Topic: CMakeList of transmitTest
Replies: 1
Views: 2333

CMakeList of transmitTest

Hallo,

I installed the driver and compiled the test applications successfully by running make and by compiling it in the test directory via:
cc -DNO_RT -g -I. -I../lib -I../driver src/transmitest.cpp src/common.c src/parser.cpp -lpcanfd -lstdc++ -L../lib/lib -o transmitest

it runs great but I am ...