search for: kernel_headers

Displaying 9 results from an estimated 9 matches for "kernel_headers".

2007 Apr 18
0
[Bridge] improved finding of KERNEL_HEADERS
...--- next part -------------- --- configure.in 2004-11-29 12:24:40.291063296 -0700 +++ configure.in-backup 2004-11-29 12:22:02.881063296 -0700 @@ -4,7 +4,7 @@ AM_INIT_AUTOMAKE(bridge-utils,1.0.4) AC_ARG_WITH( linux-headers, [ --with-linux-headers Location of the linux headers to use], - KERNEL_HEADERS=$withval, KERNEL_HEADERS="/lib/modules/\$(shell uname -r)/build/include") + KERNEL_HEADERS=$withval, KERNEL_HEADERS="/usr/src/linux/include") dnl Checks for programs. AC_PROG_CC
2007 Apr 18
1
[Bridge] bridge-utils compilation bug
...compile bridge-utils, and think I have found a bug in Makefile.in: --- /cygdrive/d/sources/bridge-utils-1.1/libbridge/Makefile.in 2004-06-02 20:38:20.000000000 +0300 +++ libbridge/Makefile.in 2006-12-28 11:56:56.576468700 +0200 @@ -5,7 +5,8 @@ RANLIB=@RANLIB@ CC=@CC@ -CFLAGS = -Wall -g $(KERNEL_HEADERS) +CFLAGS = -Wall @CFLAGS@ +INCLUDE=$(KERNEL_HEADERS) prefix=@prefix@ exec_prefix=@exec_prefix@ Thanks, Uri.
2007 Apr 18
0
[Bridge] libbridge<->sysfs interface - some bugs
...-1.2/libbrid ge/Makefile.in --- bridge-utils-1.2/libbridge/Makefile.in 2006-09-09 09:30:32.000000000 +0300 +++ /Arrow75/CN3XXX-SDK/linux/embedded_rootfs/build/bridge-utils-1.2/libbrid ge/Makefile.in 2006-12-31 10:21:01.584005800 +0200 @@ -5,7 +5,8 @@ RANLIB=@RANLIB@ CC=@CC@ -CFLAGS = -Wall -g $(KERNEL_HEADERS) +CFLAGS = -Wall @CFLAGS@ +INCLUDE=$(KERNEL_HEADERS) prefix=@prefix@ exec_prefix=@exec_prefix@ diff -ru --strip-trailing-cr bridge-utils-1.2/libbridge/libbridge_devif.c /Arrow75/CN3XXX-SDK/linux/embedded_rootfs/build/bridge-utils-1.2/libbrid ge/libbridge_devif.c --- bridge-utils-1.2/libbridge/l...
2007 Apr 18
0
[Bridge] [PATCH] Better test for libsysfs
...oname) -AC_CHECK_LIB(sysfs, sysfs_open_directory) + +dnl Check for libsysfs +libsysfs_found=0 +AC_CHECK_HEADER(sysfs/libsysfs.h, + [AC_CHECK_LIB(sysfs, sysfs_open_directory, libsysfs_found=1)]) +if test $libsysfs_found != 1; then + AC_MSG_WARN([Compiling without libsysfs support!]) +fi AC_SUBST(KERNEL_HEADERS)
2010 Aug 21
3
suggest improvements in my doc to compile Xen from sources
...clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git 4. linux-2.6-xen 5. cd linux-2.6-xen 6. git checkout origin/xen/master -b xen/master 7. make menuconfig [see Note below] 8. make-kpkg clean 9. CONCURRENCY_LEVEL=N fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers 10. This will make the Ubuntu packages in the parent directory which you can install Note: Please choose the following xen specific optiions in kernel configuration. Processor type and features ---> Subarchitecture Type (PC-compatible) ---> (X) Enable Xen compatible kernel Bus options (PCI...
2019 Jan 21
0
Cannot start a secondary Xserver with resolution 6480x3840
...; > cd /home/deb/linux-image > unxz -c linux-4.20.3.tar.xz | gpg --verify linux-4.20.3.tar.sign - > unp ./linux-4.20.3.tar.xz > cd linux-4.20.3 > cp /boot/config-`uname -r` ./.config > make menuconfig > time fakeroot make-kpkg --initrd --append-to-version=-absurd.2 kernel_image kernel_headers -j40 > > > I will be happy to provide more information, just tell me what you need. > > can you help me? > -- > # Janek Kozicki > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop.org > https://lists.freedesktop.or...
2019 Jan 21
3
Cannot start a secondary Xserver with resolution 6480x3840
...just compiled using these commands: cd /home/deb/linux-image unxz -c linux-4.20.3.tar.xz | gpg --verify linux-4.20.3.tar.sign - unp ./linux-4.20.3.tar.xz cd linux-4.20.3 cp /boot/config-`uname -r` ./.config make menuconfig time fakeroot make-kpkg --initrd --append-to-version=-absurd.2 kernel_image kernel_headers -j40 I will be happy to provide more information, just tell me what you need. can you help me? -- # Janek Kozicki
2009 Dec 04
12
how to get xen with a kernel 2.6.27 or above?
Hi list, I am starting a academic security related project and I was wondering if there is any documentation on compiling xen/dom0 with a recent kernel? I''ve seen a few good intentioned threads, but no real documentation so far. Any helpful pointers will be greatly appreciated! Thanks in advance, - SDG P.S: First mail, not sure if I should post it here...let me know if I am on the
2010 Jan 19
10
Install xen from sources or apt-get ?
I''m installing a new server, and I want know waht is better: - Install xen from source from xen.org version 3.4.2 ? - Install xen fron apt-get from debian package 3.2.1 ? The server has Debian Lenny. What is correct on production server ? -- Martin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com