edouard@629: HOW TO configure CanFestival for a CO-PCICAN card for linux: edouard@629: edouard@629: edouard@629: edouard@629: pre-actions: edouard@629: - install the CO-PCICAN card edouard@629: - install and load the user space driver co_pcicanext.ko edouard@629: edouard@629: edouard@629: edouard@629: - unpack the package to your target (if not already done) edouard@629: edouard@629: - create empty file: edouard@629: touch /usr/local/lib/libcanfestival_can_copcican_linux.so edouard@629: edouard@629: - perform package configuration: edouard@629: sh ./configure --can=copcican_linux edouard@629: edouard@629: - build the CanFestival library: edouard@629: cd src edouard@629: make edouard@629: make install edouard@629: edouard@629: - build the CanFestival Unix library: edouard@629: cd drivers/unix edouard@629: make edouard@629: make install edouard@629: edouard@629: BUGFIX: edouard@629: copy library into build directory back: edouard@629: cp /usr/local/lib/libcanfestival_unix.a drivers/unix edouard@629: edouard@629: - build the CO-PCICAN driver interface: edouard@629: cd drivers/can_copcican_linux edouard@629: make edouard@629: make install edouard@629: edouard@629: - build the example application: edouard@629: cd examples/test_copcican_linux edouard@629: make edouard@629: edouard@629: Run test_copcican_linux to see it works... edouard@629: edouard@629: edouard@629: edouard@629: Copyright (C) 2010 Cosateq GmbH & Co.KG edouard@629: http://www.cosateq.com/ edouard@629: http://www.scale-rt.com/ edouard@629: