↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: compile

Post navigation

← Older posts

Kernel – 5.0-rc1 Released – Breaks NVIDIA and VMware..

Adventures With Linux ™ Posted on January 6, 2019 by RGJanuary 6, 2019

Kernel 5.0-rc1 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1901.0/02536.html Compiling NVIDIA 410.93 fails: …………………….. CC [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.93/kernel/nvidia/os-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.93/kernel/nvidia/os-interface.c: In function ‘os_get_current_time’: /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.93/kernel/nvidia/os-interface.c:434:5: error: implicit declaration of function ‘do_gettimeofday’; did you mean ‘efi_gettimeofday’? [-Werror=implicit-function-declaration] do_gettimeofday(&tm); ^~~~~~~~~~~~~~~ efi_gettimeofday cc1: some warnings being treated as errors make[3]: *** [/usr/src/linux-5.0-rc1/scripts/Makefile.build:277: /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.93/kernel/nvidia/os-interface.o] Error 1 make[2]: *** [/usr/src/linux-5.0-rc1/Makefile:1553: _module_/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.93/kernel] Error 2 make[2]: … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged compile, kernel 5.0-rc1, linux, nvidia 410.93 fails, vmware 15.0.2 fails | 5 Replies

Kernel – 4.9-rc3 – NVIDIA Patch still works, and Fix for VMware 12.5.1?

Adventures With Linux ™ Posted on October 30, 2016 by RGOctober 30, 2016

Updated the test system to Kernel 4.9-rc3, and the patch for NVIDIA mentioned in my article for -rc2 still works OK..     I Compiled 370.28 and 375.10 successfully.. As I could not find any patches for VMware – and the latest version 12.5.1 still fails to compile, I created a nasty hack myself.. Warning – This is not … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, VMware | Tagged compile, hack, kernel 4.9-rc3, linux, nvidia 370.28 375.10, patch, success, vmware 12.5.1 | 37 Replies

NVIDIA – New Driver – OK with 4.8..

Adventures With Linux ™ Posted on September 10, 2016 by RGSeptember 10, 2016

NVIDIA have release driver version 370.28, and it compiles OK with Kernel 4.8, without any patches..   Tested with 4.8-rc5: ………………….. Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-modeset.ko CC /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-uvm.ko CC /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia.mod.o LD [M] /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia.ko make[2]: Leaving directory ‘/usr/src/linux-4.8-rc5’ make[1]: Leaving directory ‘/usr/src/linux-4.8-rc5’ [rgadsdon@rglinux kernel]$ … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, success | Tagged 370.28, compile, nvidia, ok with kernel 4.8, tested with 4.8-rc5 | 1 Reply

ARM – Pi2 to U-Boot..

Adventures With Linux ™ Posted on July 16, 2015 by RGJuly 16, 2015

I decided to try U-Boot on the Raspberry Pi 2, and the process has been fairly well documented in several places.. I used the latest U-Boot, with ‘patch’ info from here, as I needed Device Tree support:  https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=108217. Actual ‘installation’ is simple, as I just copied the u-boot binary to the boot directory on the SD Card, … Continue reading →

Posted in Hacks, Linux / ARM, U-Boot | Tagged boot parameters, compile, device tree support, install, patch, rasperry pi 2, success, u-boot | 2 Replies

ARM – CuBox-i4 Pro to Kernel 3.17-rc1..

Adventures With Linux ™ Posted on August 20, 2014 by RGAugust 20, 2014

Just updated the CuBox to kernel 3.17-rc1, but still used the previous ‘combined zImage plus DTB’ method, which works OK.. Kernel source here:  # git clone -b 3.17-rc1 –single-branch https://github.com/jmontleon/fedora-20-cubox-i4pro Fedora release 20 (Heisenbug) Kernel 3.17.0-rc1 on an armv7l (ttymxc0) ……………. # uname -a Linux rgcubox 3.17.0-rc1 #1 SMP PREEMPT Tue Aug 19 13:48:28 EDT 2014 armv7l … Continue reading →

Posted in compilation, CuBox, Fedora, Linux / ARM | Tagged arm, compile, cubox-i4-pro, dtb, kernel 3.17-rc1, linux, success, workflow | Leave a reply

ARM – CuBox i4-Pro and Raspberry Pi to 3.16 Final..

Adventures With Linux ™ Posted on August 10, 2014 by RGAugust 10, 2014

Updated the CuBox i4-Pro and Raspberry Pi to Kernel 3.16 recently, using the kernel source from.. Raspberry Pi:  https://github.com/raspberrypi/linux/tree/rpi-3.16.y CuBox i4-Pro: https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.16.0 Fedora release 20 (Heisenbug) Kernel 3.16.0 on an armv7l (ttymxc0) …………… # uname -a Linux rgcubox 3.16.0 #1 SMP PREEMPT Mon Aug 4 23:39:27 EDT 2014 armv7l armv7l armv7l GNU/Linux Pidora release 2014 (Raspberry Pi … Continue reading →

Posted in compilation, CuBox, Fedora, Hacks, kernel, Linux / ARM, Pidora, Raspberry Pi | Tagged arm, compile, cross-compile, cubox-i4-pro, kernel 3.16, linux, raspberry pi, success | Leave a reply

ARM – CuBox to 3.15-rc7..

Adventures With Linux ™ Posted on May 31, 2014 by RGMay 31, 2014

Just updated the CuBox-I4-PRO to Kernel 3.15-rc7, from source available here:  https://github.com/jmontleon/fedora-20-cubox-i4pro/tree/3.15-rc7 # git clone -b 3.15-rc7 –single-branch https://github.com/jmontleon/fedora-20-cubox-i4pro Compiled and installed OK.. Fedora release 20 (Heisenbug) Kernel 3.15.0-rc7 on an armv7l (ttymxc0) ………. # uname -a Linux rgcubox 3.15.0-rc7 #1 SMP Sat May 31 04:42:51 BST 2014 armv7l armv7l armv7l GNU/Linux Nice to see that work … Continue reading →

Posted in compilation, CuBox, Fedora, kernel, Linux / ARM | Tagged arm, compile, cubox-i4-pro, fedora 20, kernel 3.15-rc7, linux, success | Leave a reply

ARM – Odroid U3 kernel to 3.13… – and Back Again!

Adventures With Linux ™ Posted on February 19, 2014 by RGFebruary 19, 2014

Update:    Logged in, and was immediately aware of EXT4 filesystem errors.. [ 2520.305000] EXT4-fs error (device sda1): ext4_lookup:1437: inode #261634: comm xauth: deleted inode referenced: 307878 [ 2520.315000] EXT4-fs error (device sda1): ext4_lookup:1437: inode #261634: comm xauth: deleted inode referenced: 307878 [ 2520.325000] EXT4-fs error (device sda1): ext4_lookup:1437: inode #261634: comm xauth: deleted inode referenced: 307878 [ … Continue reading →

Posted in compilation, Hacks, Linux / ARM, Odroid | Tagged boot, boot.scr, compile, kernel 3.13, odroid u3, success, zImage with dtb | 2 Replies

NVIDIA – Possible Kernel 3.14 Patch..

Adventures With Linux ™ Posted on February 4, 2014 by RGFebruary 4, 2014

There is an article on DevZone that includes a possible Kernel 3.14 patch, from s_molgaard, for driver 331.38:  https://devtalk.nvidia.com/default/topic/683534/linux/331-38-on-3-14-rc1-kernel/ The patch format is – apparently – for kernel boot-time patching using dkms, which I don’t use..   So..  I just manually applied the changes shown for nv-linux.h to the Kernel 3.13 patch mentioned in my previous article http://rglinuxtech.com/?p=1032, … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance | Tagged compile, kernel 3.14-rc1, nvidia 331.38, patch, success | Leave a reply

NVIDIA and Kernel 3.12 – Solution, at Last..

Adventures With Linux ™ Posted on October 6, 2013 by RGOctober 6, 2013

It seemed there was no ‘legal’ way to fix the problem with NVIDIA driver compilation on Kernel 3.12-rc, but now – unusually – there is a kernel patch to fix this: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/acpi/scan.c?id=6585925b62fa4dd2f4aecf634b0f8956577aa981 Thanks to conky_vs_julian (on the NVIDIA Devtalk forum) for this info. More details – including a link to a 3.12 patch for NVIDIA drivers – … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion | Tagged 319.60, 331.13, compile, kernel 3.12 patch, nvidia, nvidia 3.12 patch, success | 6 Replies

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑