文章
Build application with esd CANopen software stack in Linux
Build with makefile
User can get reference from the example\manager\makefile and example\slave\makefile to build application.
Build with gcc directly
Slave application build example: gcc main.c -Wall -lntcan -lcalcan -lpsys -lCANopenSlave -o output.o