Re: [opencbm-user] Errors compiling opencbm on Linux.
Brought to you by:
strik
|
From: <gr...@gm...> - 2007-10-28 22:52:40
|
Hello Spiro, Spiro Trikaliotis wrote: > it might be a better idea of you still try the 0.4.0, with all the > patches already applied. I have retrieved that tag from the CVS repository with the command: cvs -d:pserver:ano...@op...:/cvsroot/opencbm co -Pr v0_4_0_bugfix_branch cbm4win Then i compiled properly the documentation (under the 'docs' directory), but then following the instructions in the generated pdf file, i am stuck at the first step of compilation, here follows the output of the make command: luca@c65:~/opencbm/cbm4win$ make -f LINUX/Makefile make[1]: Entering directory `/home/luca/opencbm/cbm4win/sys/linux' ln -s LINUX/Makefile Makefile ln: creating symbolic link `Makefile' to `LINUX/Makefile': File exists make[1]: [cbm.o] Error 1 (ignored) make -C here=`pwd` CBM4LINUX_KERNEL_FLAGS= SUBDIRS=`pwd` modules make: Entering an unknown directory make: *** here=/home/luca/opencbm/cbm4win/sys/linux: No such file or directory. Stop. make: Leaving an unknown directory make[1]: *** [cbm.o] Error 2 make[1]: Leaving directory `/home/luca/opencbm/cbm4win/sys/linux' make: *** [all] Error 1 Any help? Notice that i have the following content in /usr/src/linux/include c65:/usr/src/linux/include# ls acpi asm-frv asm-m68knommu asm-sh64 config mtd video asm asm-generic asm-mips asm-sparc crypto net asm-alpha asm-h8300 asm-parisc asm-sparc64 Kbuild pcmcia asm-arm asm-i386 asm-powerpc asm-um keys rdma asm-arm26 asm-ia64 asm-ppc asm-v850 linux rxrpc asm-avr32 asm-m32r asm-s390 asm-x86_64 math-emu scsi asm-cris asm-m68k asm-sh asm-xtensa media sound and in /usr/src/ c65:/usr/src/linux/include# ll ../.. total 82932 drwxrwsr-x 6 root src 4096 2007-10-28 23:51 . drwxr-xr-x 13 root root 4096 2007-07-21 18:19 .. lrwxrwxrwx 1 root src 19 2007-04-20 21:25 linux -> linux-source-2.6.20 drwxr-xr-x 3 root root 4096 2007-10-28 23:44 linux-kbuild-2.6.22 drwxr-xr-x 20 root root 4096 2007-04-19 22:22 linux-source-2.6.18 -rw-r--r-- 1 root root 41376773 2007-03-26 10:38 linux-source-2.6.18.tar.bz2 drwxr-xr-x 20 root root 4096 2007-10-28 15:08 linux-source-2.6.20 -rw-r--r-- 1 root root 43425733 2007-04-15 16:48 linux-source-2.6.20.tar.bz2 drwxr-xr-x 3 root root 4096 2004-02-13 19:16 modules c65:/usr/src/linux/include# Greetings, Luca |