Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
408 Discussions

eci-user@eci-intel-da18:~/lc/ecat-test$ make gcc -Wall -O3 -g -D_GNU_SOURCE -D_REENTRANT -fasynchron

junjuns
Novice
327 Views
eci-user@eci-intel-da18:~/lc/ecat-test$ make gcc -Wall -O3 -g -D_GNU_SOURCE -D_REENTRANT -fasynchronous-unwind-tables -o main.o -c main.c gcc -o test lcec.o main.o -lm -lrt -lpthread -lethercat -Wl,--no-as-needed -L/usr/lib /usr/bin/ld: cannot find -lethercat: No such file or directory collect2: error: ld returned 1 exit status make: *** [Makefile:11: test] Error 1 eci-user@eci-intel-da18:~/lc/ecat-test$ CC = gcc CFLAGS = -Wall -O3 -g -D_GNU_SOURCE -D_REENTRANT -fasynchronous-unwind-tables LIBS = -lm -lrt -lpthread -lethercat -Wl,--no-as-needed -L/usr/lib TARGET = test SRCS = $(wildcard *.c) OBJS = $(SRCS:.c=.o) $(TARGET):$(OBJS) $(CC) -o $@ $^ $(LIBS) clean: rm -rf $(TARGET) $(OBJS) %.o:%.c $(CC) $(CFLAGS) -o $@ -c $<
Labels (1)
0 Kudos
2 Replies
Iffa_Intel
Moderator
287 Views

Hi,

 

could you elaborate further, what you are trying to achieve and issues encountered here?

 

 

Cordially,

Iffa

0 Kudos
Iffa_Intel
Moderator
30 Views

Hi,


Thank you for your question. If you need any additional information from Intel, please submit a new question as Intel is no longer monitoring this thread. 



Cordially,

Iffa


0 Kudos
Reply