Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by lin1900

  1. L

    problem linking .so file to code.c

    Header files were missing. I included the header files along with .so file. Now the issue is solved.
  2. L

    problem linking .so file to code.c

    Here are some of my attempts: abc@abc-TULPAR-T5-V21-4:~/Docs/newlocation$ ls code.c libmylib1.so abc@abc-TULPAR-T5-V21-4:~/Docs/newlocation$ arm-linux-gnueabi-gcc -shared -o libcode1.so code.c -L ~/Docs/newlocation -lmylib1 -lpthread -ldl -lm code.c:1:10: fatal error: comm_genlib.h: No such...
  3. L

    problem linking .so file to code.c

    Hi, I am having problem linking .so file to my main1.c At first, I used the command below to create .so file from multiple c source and header files. arm-linux-gnueabi-gcc -shared -o ~/Docs/examples/libmylib1.so -fPIC *.c -lpthread -ldl -lm Then I created main1.c file in the same folder...

Part and Inventory Search

Back
Top