lunes, 14 de julio de 2014

Compilar oss4 para kernel 3.14

Here's how:
  1. Download oss-v4.2-build2009-src-gpl.tar.bz2 from here: http://www.4front-tech.com/developer/so ... table/gpl/
  2. Download the patch into the same directory: viewtopic.php?f=3&t=5716 and give thanks to oss117 for his patch.
  3. Unzip the oss package. Now you should have oss-linux3.14-patch.txt and the folder oss-v4.2-build2009-src-gpl side by side.
  4. Open a terminal and navigate to the folder where you have the patch and the oss source folder. Apply the patch:
    Code: Select all
     
    $ patch -p0 < "oss-linux3.14-patch.txt"
Now you should be able to successfully compile OSS. Good luck!

Importante, tienes que compilar desde un directorio externo a la carpeta  oss-v4.2-build2009-src-gpl, por ejemplo crea la carpeta al lado de la anterior:
$ mkdir build 
$ cd build
$ ../oss-v4.2-build2009-src-gpl/configure 
$ make
$ make deb 
Aquí el rersultado: oss-v4.2-build2009-amd64.deb

Visto:http://www.opensound.com/forum/viewtopic.php?f=3&t=5717&sid=f2cb5c05d5ad73be49ac28cf3e9d2347

No hay comentarios:

Publicar un comentario