August 5, 201114 yr Does anyone have any suggestion about how to get past an internal compiler error when building ffmpeg? I'm running gcc-4.2.4-i486-1 and trying to build this package: http://inmethod.com/air-video/download/ffmpeg-for-2.4.5-beta6.tar.bz2 as part of AirVideo. Below is the error CC libavcodec/dsputil.o gcc: Internal error: Killed (program cc1) Please submit a full bug report. See for instructions. make: *** [libavcodec/dsputil.o] Error 1 vm.vfs_cache_pressure = 10 ffmpeg compile failed. install aborted
August 5, 201114 yr Does anyone have any suggestion about how to get past an internal compiler error when building ffmpeg? I'm running gcc-4.2.4-i486-1 and trying to build this package: http://inmethod.com/air-video/download/ffmpeg-for-2.4.5-beta6.tar.bz2 as part of AirVideo. Below is the error CC libavcodec/dsputil.o gcc: Internal error: Killed (program cc1) Please submit a full bug report. See for instructions. make: *** [libavcodec/dsputil.o] Error 1 vm.vfs_cache_pressure = 10 ffmpeg compile failed. install aborted how much ram do you have in the system?
August 5, 201114 yr Author how much ram do you have in the system? 1 GB. Ah... "Killed" means the OS killed it to free up memory. Gotcha. Thanks.
August 5, 201114 yr You can try stopping the unRAID server and then compiling. It might free up enough that would otherwise be used by user-shares. Where did you set the Temp-Directory? You do not have enough RAM to use /var/tmp. You must use a disk or flash drive based directory. Other than that, set up a swap-file, and you might be able to compile. (if you need to stop the array, then a directory under /boot must be used as the other disks will not be available.
August 6, 201114 yr Author I ended up creating a swap file on my flash drive and the build worked fine.
Archived
This topic is now archived and is closed to further replies.