ljalves / linux_media

TBS linux open source drivers
https://github.com/ljalves/linux_media/wiki
Other
89 stars 150 forks source link

Compilation error #138

Open karthikpatkar opened 7 years ago

karthikpatkar commented 7 years ago

Hi,

I am getting following error while compiling.

make[2]: Leaving directory /usr/src/linux-headers-3.13.0-79-generic' ./scripts/rmmod.pl check Can't locate Proc/ProcessTable.pm in @INC (you may need to install the Proc::ProcessTable module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at ./scripts/rmmod.pl line 4. BEGIN failed--compilation aborted at ./scripts/rmmod.pl line 4. make[1]: *** [default] Error 2 make[1]: Leaving directory/home/karthik/Documents/dvb-t2/media_build/v4l' make: *\ [all] Error 2

ovidiu31 commented 7 years ago

you need a newer kernel

ljalves commented 7 years ago

Actually that one is just a missing module:

apt-get install libproc-processtable-perl

Fomtom24 commented 2 months ago

You can mark it as solved. All I had to do is, a "make clean" and a "make distclean". Now all is working again. Thanks for your patience! Tom