]> rtime.felk.cvut.cz Git - lincan.git/commit
Added script to build LinCAN project independent of OCERA tree.
authorppisa <pisa@cmp.felk.cvut.cz>
Thu, 11 Nov 2004 18:21:49 +0000 (19:21 +0100)
committerppisa <pisa@cmp.felk.cvut.cz>
Fri, 31 Oct 2008 21:54:06 +0000 (22:54 +0100)
commitfd984eefe902aa347a6ce951987e3803dbf057de
treef1e83a558bd169738a7cf735c256bbc5623842c9
parent868f3555eafe5475afb678901bb579576334ac8b
Added script to build LinCAN project independent of OCERA tree.

The code represented in this repository is in directory is based
on the LinCAN (ocera/components/comm/can/lincan directory) component
from OCERA (IST-2001 35102) project. Original project documentation
can be found there
  http://www.ocera.org/download/components/WP7/index.html
  http://sourceforge.net/projects/ocera/
  http://ocera.cvs.sourceforge.net/ocera/ocera/components/comm/can/

Can related components CVS repository can be accessed by
  cvs -d:pserver:anonymous@ocera.cvs.sourceforge.net:/cvsroot/ocera login
  cvs -z3 -d:pserver:anonymous@ocera.cvs.sourceforge.net:/cvsroot/ocera co ocera/components/comm/can

The original code depend on OCERA make system. The minimal set of OMK <http://rtime.felk.cvut.cz/omk/>
rules has been introduced in the previous changeset to make this project independent
of full OCERA repository.

The scrip "build-lincan.sh" prepares "lincan-build/native" directory and links
OMK rules and unmodified LinCAN directory there. Then it builds native version
of the driver for current running kernel. Resulting driver can be found
in directory
  lincan-build/native/_compiled/modules
Utilities binaries are located in directories listed bellow
  lincan-build/native/_compiled/bin
  lincan-build/native/_compiled/bin-utils
build-lincan.sh [new file with mode: 0755]