↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: compile fail

Post navigation

Newer posts →

NVIDIA – Driver 331.13 Released – Still Fails..

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

Sadly – as has already been reported – the latest NVIDIA 331.13 driver still won’t compile with 3.11 kernels.. I did manage to get it to work, by applying the 3.11-only patch originally created for 325.15.. It would appear that a ‘legal’ patch for 3.12 kernels would be a non-trivial task, but the 3.11 patch is so … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion | Tagged 315.25 patch works, compile fail, kernel 3.11, nvidia 331.13, workaround | Leave a reply

NVIDIA – We Have a Problem…

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

After some time, NVIDIA have just released their latest driver – 319.60.  Unfortunately, it fails to compile with the latest kernel – 3.11.3: /home/rgadsdon/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c: In function ‘os_get_system_memory_size’: /home/rgadsdon/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c:255:21: error: ‘num_physpages’ undeclared (first use in this function) return (((NvU64)NV_NUM_PHYSPAGES * PAGE_SIZE) / RM_PAGE_SIZE); ^ /home/rgadsdon/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c:255:21: note: each undeclared identifier is reported only once for each function it appears … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged compile fail, kernel 3.11.3, nvidia 319.60 | Leave a reply

3.12-rc1 – VMware OK, NVIDIA Not…

Adventures With Linux ™ Posted on September 17, 2013 by RGSeptember 17, 2013

Just installed kernel 3.12-rc1 on the test system, and VMware 10.0 compiles OK.. NVIDIA 325.15 (with the 3.11 patch) fails: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c: At top level: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c:109:15: error: ‘drm_fasync’ undeclared here (not in a function) .fasync = drm_fasync, ^ /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c: In function ‘nv_alloc_os_descriptor_handle’: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c:205:9: error: void value not ignored as it ought to be ret = drm_gem_private_object_init(nvl->drm, &nv_obj->base, size); … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged 3.11 patch, compile fail, kernel 3.12-rc1, nvidia 325.15, vmware 10.0 ok | 2 Replies

Pi to 3.8.2 – OK, but 3.9-rc1 needs more Hacking..

Adventures With Linux ™ Posted on March 4, 2013 by RGMarch 4, 2013

Just updated the raspberry Pi to kernel 3.8.2, by applying the incremental patch at: ftp://ftp.kernel.org/pub/linux/kernel/v3.0/incr/patch-3.8.1-2.bz2 – which worked fine.. Fedora release 18 (Spherical Cow) Kernel 3.8.2-pi on an armv6l (ttyAMA0) ………………… # uname -a Linux rgpi 3.8.2-pi #1 Mon Mar 4 12:23:25 GMT 2013 armv6l armv6l armv6l GNU/Linux I tried applying the kernel.org 3.9-rc1 patch to the … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Opinion, Raspberry Pi | Tagged 3.9-rc1, compile fail, kernel 3.8.2, patch ok, raspberry pi, success, update | Leave a reply

3.7.9 – and a Surprise..

Adventures With Linux ™ Posted on February 18, 2013 by RGFebruary 18, 2013

Just updated to 3.7.9, but forgot to do the usual ‘softlink’ for correct compilation of VMware.. # ln -s /usr/src/linux-3.7.9/include/generated/uapi/linux/version.h /usr/src/linux-3.7.9/include/linux/version.h I ran the compilation for the the latest ‘stable’ NVIDIA driver (310.32), but discovered that – with 3.7.9 – this failed, as well!     To save time, I had been creating the softlink after compiling the latest … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance | Tagged 3.7.6, 3.7.7, 3.7.8, compile fail, driver 310.32, fix, kernel 3.7.9, nvidia, softlink, version.h, workaround | Leave a reply

Post navigation

Newer posts →
Original content © Robert Gadsdon 2013
↑