Search found 6 matches
- Wed Aug 28, 2013 4:44 pm
- Forum: Linux
- Topic: OSS modules won't build Kernel 3.10
- Replies: 19
- Views: 54536
Re: OSS modules won't build Kernel 3.10
Sorry, I guess if someone has a repo then I might be better off using that but it would still be useful to be able to patch the source on my own. I'm just wondering, to upgrade, if you just run a 'make install' again and overwrite existing files or do you remove everything first. I would suggest to...
- Sun Aug 25, 2013 7:32 pm
- Forum: Linux
- Topic: OSS modules won't build Kernel 3.10
- Replies: 19
- Views: 54536
Re: OSS modules won't build Kernel 3.10
What exactly would be the process of upgrading it? I'm not sure if your Question is how to patch the source. In any case here is an example. mkdir bildOss cd bildOss wget http://www.4front-tech.com/developer/sources/stable/gpl/oss-v4.2-build2008-src-gpl.tar.bz2 tar -xjvf oss-v4.2-build2008-src-gpl....
- Sun Aug 25, 2013 11:02 am
- Forum: Linux
- Topic: OSS modules won't build Kernel 3.10
- Replies: 19
- Views: 54536
Re: OSS modules won't build Kernel 3.10
Hi
You could also use my github repo. It's pre-patched with mostly kernel compatibility patches up to kernel 3.11
Sincerely,
squeeze
You could also use my github repo. It's pre-patched with mostly kernel compatibility patches up to kernel 3.11
Sincerely,
squeeze
- Sat Jul 20, 2013 10:49 pm
- Forum: Linux
- Topic: Building OSS4.2 for 3.11.0 Linux Kernel
- Replies: 15
- Views: 46235
Building OSS4.2 for 3.11.0 Linux Kernel
in kernel 3.11 the struct file_operations (include/linux/fs.h) was slightly changed.
osscore relies on that struct and won't build without a minor patch.
Sincerely,
squeeze
osscore relies on that struct and won't build without a minor patch.
Sincerely,
squeeze
- Sat Jun 01, 2013 11:40 pm
- Forum: Linux
- Topic: Building OSS modules for 3.8.0 Linux Kernel
- Replies: 6
- Views: 21055
Re: Building OSS modules for 3.8.0 Linux Kernel
I made a patch. Use at your own risk ... --- setup/Linux/oss/build/osscore.c 2012-05-22 00:23:41.000000000 +0200 +++ newCore.c 2013-06-02 01:00:16.187019464 +0200 @@ -276,28 +276,59 @@ return strlen (tmp); } + +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0) static struct file_operations oss_proc_op...
- Sat May 18, 2013 8:12 pm
- Forum: Linux
- Topic: Building OSS modules for 3.8.0 Linux Kernel
- Replies: 6
- Views: 21055
Re: Building OSS modules for 3.8.0 Linux Kernel
Also I'm now using Kernel 3.9 from Ubuntu Mainline Kernel PPA and Open Sound System still works. Hi It also builds against kernel 3.9.2-vanilla on the other hand the build against 3.10-rc1 stops with: OSS build environment set up for REGPARM kernels Building module osscore Failed to compile OSS mak...