↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: compilation

Post navigation

← Older posts
Newer posts →

3.8-rc1 – Breaks NVIDIA, but VMware OK..

Adventures With Linux ™ Posted on December 22, 2012 by RGDecember 22, 2012

Just installed kernel 3.8-rc1 on my test system.. VMware 9.0.1 compiles and installs OK, with the 3.7 ‘softlink’ workaround: # ln -s /usr/src/linux-3.8-rc1/include/generated/uapi/linux/version.h /usr/src/linux-3.8-rc1/include/linux/version.h But…  NVIDIA (313.09) compile fails, with a lot of errors: ………………../home/rgadsdon/NVIDIA-Linux-x86_64-313.09/kernel/conftest.h:10:2: error: #error remap_page_range() conftest failed! /home/rgadsdon/NVIDIA-Linux-x86_64-313.09/kernel/conftest.h:12:2: error: #error vmap() conftest failed! /home/rgadsdon/NVIDIA-Linux-x86_64-313.09/kernel/conftest.h:28:2: error: #error kmem_cache_create() conftest failed! /home/rgadsdon/NVIDIA-Linux-x86_64-313.09/kernel/conftest.h:30:2: error: #error on_each_cpu() conftest … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.8-rc1, nvidia compile fail, test, vmware ok | Leave a reply

End of an Era – Linus Removes .386 CPU Support

Adventures With Linux ™ Posted on December 12, 2012 by RGDecember 12, 2012

Linux was first developed by Linus on an old .386 system, way back in 1991, and now that cord has been cut, and .386 CPUs are no longer supported: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=743aa456c1834f76982af44e8b71d1a0b2a82e21 From the comments: Pull “Nuke 386-DX/SX support” from Ingo Molnar:  “This tree removes ancient-386-CPUs support and thus zaps quite a bit   of complexity:     24 files changed, 56 insertions(+), 425 deletions(-)   … which complexity has plagued us with extra work whenever we wanted   to change SMP primitives, for years.   Unfortunately there’s a nostalgic cost: your old original 386 DX33   system from early 1991 won’t be able to boot modern Linux kernels   anymore.  Sniff.” I’m not sentimental.  Good riddance. My first ‘home’ Linux system – in 1997 – was an HP Vectra 486 … Continue reading →

Posted in compilation, kernel, Linux | Tagged 386 cpu, history, kernel, linux, support removed | Leave a reply

Dreamplug to 3.7 – and an Obsolete Patch..

Adventures With Linux ™ Posted on December 12, 2012 by RGDecember 12, 2012

Just updated the Dreamplug kernel to 3.7, and – although I don’t use it – decided to see if the Marvell-supplied 8688_UAP (Access Point) patch still worked.. Not surprisingly, the patch worked, but the compilation failed: CC [M]  drivers/net/wireless/libertas_uap/uap_main.o drivers/net/wireless/libertas_uap/uap_main.c: In function ‘uap_init_sw’: drivers/net/wireless/libertas_uap/uap_main.c:446:44: warning: passing argument 3 of ‘netlink_kernel_create’ makes pointer from integer without a cast … Continue reading →

Posted in compilation, Dreamplug, Fedora, kernel, Linux / ARM, Performance | Tagged 3.7, compile, dreamplug, kernel, marvell uap 8688 patch fail, success | Leave a reply

Finally – 3.7 is out..

Adventures With Linux ™ Posted on December 11, 2012 by RGDecember 11, 2012

Finally, kernel 3.7 is released… I updated my main x86_64 system, and all seems to be OK, as expected.    The latest NVIDIA driver – 310.19 – compiles and runs OK, and VMware 9.0.1 compiles after the usual workaround for version.h: # ln -s /usr/src/linux-3.7/include/generated/uapi/linux/version.h /usr/src/linux-3.7/include/linux/version.h Note that this example is for the official source from kernel.org.    You … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.7, compile, kernel, linux, nvidia, success, vmware | 2 Replies

Raspberry Pi – Kernel to 3.6.9..

Adventures With Linux ™ Posted on December 7, 2012 by RGDecember 7, 2012

The 3.6.y branch of the kernel on GitHub has now been updated to 3.6.9, in step with the ‘mainline’ kernel.. To get the source, you may need to explicitly reference the rpi-3.6.y.tar.gz download, instead of the (default) rpi-3.2.7.tar.gz https://github.com/raspberrypi/linux/archive/rpi-3.6.y.tar.gz Compilation was as described in earlier posts.. Fedora release 17 (Beefy Miracle) Kernel 3.6.9-pi on an armv6l (ttyAMA0) … Continue reading →

Posted in compilation, Fedora, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.9, 3.6.y branch, github, kernel, raspberry pi, success | Leave a reply

APC – Kernel Source – Signs of Life?

Adventures With Linux ™ Posted on December 4, 2012 by RGDecember 4, 2012

After a gap of over three months, there seems to be some activity with the APC kernel and uboot source on GitHub.. https://github.com/apc-io/apc-8750 Changes were made on December 2nd, but would appear to have been in error, for some reason, and the latest ‘commit’ is marked ‘Revert’..     The kernel version seems to have been the same, but … Continue reading →

Posted in APC, compilation, Crash and Burn.., kernel, Linux / ARM | Tagged apc, error, github, kernel, revert, update | Leave a reply

Latest and Greatest.. 3.6.8 and 3.7-rc7..

Adventures With Linux ™ Posted on November 27, 2012 by RGNovember 27, 2012

Kernel 3.6.8 is just business as usual, and everything works as expected..   There might not have been a need for another -rc before 3.7 was released, but apparently there was a late rush of changes and bugfixes, so now there is 3.7-rc7..   Same caveats apply as for -rc6..   NVIDIA driver (310.19) compiles OK, and VMware 9.0.1 still … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged 3.6.8, 3.7-rc7, kernel updates, nvidia, success, vmware, workaround | Leave a reply

Pi to 3.6.7.. and a Hardware Problem!

Adventures With Linux ™ Posted on November 22, 2012 by RGNovember 22, 2012

The 3.6.y tree at GitHub has now been updated to 3.6.7, keeping pace with the ‘mainline’ kernel. Compiling was similar to 3.6.6, and there is still a missing header file:   CC [M]  drivers/net/wireless/hostap/hostap_80211_rx.o In file included from drivers/net/wireless/hostap/hostap.h:7:0,                  from drivers/net/wireless/hostap/hostap_80211_rx.c:8: drivers/net/wireless/hostap/hostap_wlan.h:13:27: fatal error: hostap_common.h: No such file or directory compilation terminated. make[4]: *** [drivers/net/wireless/hostap/hostap_80211_rx.o] Error … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.7, compile, fix, hardware problem, kernel, missing header, raspberry pi, sd card slot loose, success | Leave a reply

VMware 9.0.1 – Not so Clever, After all..

Adventures With Linux ™ Posted on November 18, 2012 by RGNovember 18, 2012

Just updated the kernel on my test system to 3.7-rc6, and discovered – sadly – that the standard VMware (re)compile/install script – vmware-modconfig – still doesn’t find the ‘relocated’ version.h in the 3.7 series kernels. So, although the VMware new-install/update script (VMware-Workstation-Full-9.0.1-894247.x86_64.bundle, in this case), does recognise the 3.7 change, the (re)compilation script doesn’t.. # vmware-modconfig –console … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, VMware | Tagged 9.0.1, kernel 3.7, moved, success, version.h, vmware, vmware-modconfig, workaround | 11 Replies

Pi 3.6.y Kernel – now at 3.6.6..

Adventures With Linux ™ Posted on November 15, 2012 by RGNovember 15, 2012

The Raspberry Pi 3.6.y kernel branch in GitHub at https://github.com/raspberrypi/linux/tree/rpi-3.6.y has now been updated to version 3.6.6, and compiles cleanly, with a couple of small gotchas.. I have the wireless drivers selected, and for some reason one of the header files is missing – /drivers/net/wireless/hostap/hostap_common.h..   It is a simple job to just copy this file over from … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.6, 3.6.y, compile, gotchas, kernel, raspberry pi, success, update | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑