From: Paco <paco@OhKeePa.Net>
To: linux-sound@vger.kernel.org
Subject: Re: NEVERMIND! Re: can't compile emu10k1 drivers
Date: Fri, 07 Apr 2000 20:14:41 +0000 [thread overview]
Message-ID: <marc-linux-sound-95513848112670@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-95498277922101@msgid-missing>
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
prev parent reply other threads:[~2000-04-07 20:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-sound-95513848112670@msgid-missing \
--to=paco@ohkeepa.net \
--cc=linux-sound@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox