Linux Sound subsystem development
 help / color / mirror / Atom feed
* NEVERMIND! Re: can't compile emu10k1 drivers
@ 2000-04-06  0:56 Paco
  2000-04-07 20:02 ` Rui Sousa
  2000-04-07 20:14 ` Paco
  0 siblings, 2 replies; 3+ messages in thread
From: Paco @ 2000-04-06  0:56 UTC (permalink / raw)
  To: linux-sound

I had to hack the Makefiles a bit, but I finally got the drivers
compiled and working.

thanks anyway,
-Paco

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: NEVERMIND! Re: can't compile emu10k1 drivers
  2000-04-06  0:56 NEVERMIND! Re: can't compile emu10k1 drivers Paco
@ 2000-04-07 20:02 ` Rui Sousa
  2000-04-07 20:14 ` Paco
  1 sibling, 0 replies; 3+ messages in thread
From: Rui Sousa @ 2000-04-07 20:02 UTC (permalink / raw)
  To: linux-sound

Paco wrote:
> 
> I had to hack the Makefiles a bit, but I finally got the drivers
> compiled and working.
> 

What was the problem? So that I can fix it in CVS...

Rui Sousa

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: NEVERMIND! Re: can't compile emu10k1 drivers
  2000-04-06  0:56 NEVERMIND! Re: can't compile emu10k1 drivers Paco
  2000-04-07 20:02 ` Rui Sousa
@ 2000-04-07 20:14 ` Paco
  1 sibling, 0 replies; 3+ messages in thread
From: Paco @ 2000-04-07 20:14 UTC (permalink / raw)
  To: linux-sound

On Fri, 7 Apr 2000, Rui Sousa wrote:

> Paco wrote:
> > 
> > I had to hack the Makefiles a bit, but I finally got the drivers
> > compiled and working.
> > 
> 
> What was the problem? So that I can fix it in CVS...
> 
> Rui Sousa
> 

Rui,

The first problem was that gcc kept complaining about "malformed options"
when trying to compile the driver for my Athlon.  The second problem was
the compilers inablility to find emu_wrapper.h .

To fix problem (1)
-----------------
In the Makefile.i386 (for 2.4), I had to modify the following line:

CFLAGS := $(CFLAGS) -DCPUh6 -march=pentiumpro -mpentiumpro
-malign-functions=4 -fschedule-insns2 -mwide-multiply
-fexpensive-optimizations

to read

CFLAGS := $(CFLAGS) -DCPU 686

I probably could have left most of these options alone.  Only the 
"pentiumpro" stuff was causing me problems.


To fix problem (2)
-----------------
Changed all lines like this:

#include <emu_wrapper.h>

to read

#include "emu_wrapper.h"


regards,
Chad

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-04-07 20:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-04-06  0:56 NEVERMIND! Re: can't compile emu10k1 drivers Paco
2000-04-07 20:02 ` Rui Sousa
2000-04-07 20:14 ` Paco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox