↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: compile fix

NVIDIA – Simple Workaround for GCC15 in Fedora 42..

Adventures With Linux ™ Posted on May 1, 2025 by RGMay 1, 2025

Now that Fedora 42 is out, including GCC 15 (currently GCC 15.1.1-1) there is a simple workaround for compilation, thanks to Rudi Heitbaum.    The change is documented at https://github.com/NVIDIA/open-gpu-kernel-modules/pull/841/commits/448b236d893170edc8fc4dff029044948516352b, and must be seen as a workaround, not a fix, as it effectively removes some of the warnings/errors flagged by the latest GCC version.. For NVIDIA-Linux-x86_64-570.144/kernel/Kbuild, add the … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged -std=gnu17, compile fix, fedora 42, gcc 15, nvidia | Leave a reply

Audacity – Simple ffmpeg Compile Fix..

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

The ‘binary’ version of audacity supplied by certain distros lacks functionality, due to patent issues, so the best option is to compile it yourself.. For some time, there have been compatibility issues at compile time between the latest released versions of audacity and ffmpeg, on many systems.. For audacity version 2.0.5, on my systems (Fedora 20) the … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux, Opinion, Performance | Tagged audacity 2.0.5, avchd, compile fix, ffmpeg, linux, sound editor, success | Leave a reply

Pi to 3.10.3 – with a Simple Fix..

Adventures With Linux ™ Posted on July 27, 2013 by RGJuly 28, 2013

Just downloaded the ‘latest’ (July 26/27) version of linux-rpi-3.10.y from github: https://github.com/raspberrypi/linux/archive/rpi-3.10.y.zip This version – finally – has some of the Pi-specific Broadcom code fixed for 3.10, and the only necessary change to get it to compile cleanly is as follows: Compile Fail:   CC      fs/ext4/mballoc.o   CC      fs/ext4/block_validity.o make[2]: *** No rule to make target `fs/ext4/move_extent.o’, … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Performance, Raspberry Pi | Tagged compile fix, kernel 3.10.3, move_extent, raspberry pi, success | Leave a reply

Dreamplug – 3.7-rc1, After a Fix..

Adventures With Linux ™ Posted on October 16, 2012 by RGOctober 16, 2012

I have managed to update the Dreamplug to kernel 3.7-rc1, after a simple fix, to get it to compile OK.. The original (cross)compile failed, with: ERROR: “read_current_timer” [drivers/video/udlfb.ko] undefined! ERROR: “read_current_timer” [crypto/tcrypt.ko] undefined! Fix, is to change ../linux-3.7-rc1/arch/arm/kernel/armksyms.c, at line 51, as follows: From:  /* platform dependent support */ EXPORT_SYMBOL(arm_delay_ops); To:     /* platform dependent support */ … Continue reading →

Posted in compilation, Crash and Burn.., Dreamplug, kernel, Linux / ARM, Opinion | Tagged arm, armksyms.c, compile fix, dreamplug, kernel 3.7-rc1, linux, read_current_timer | Leave a reply
Original content © Robert Gadsdon 2013
↑