View previous topic :: View next topic |
Author |
Message |
tarzan420 Tux's lil' helper
Joined: 05 Jul 2003 Posts: 81 Location: Fairbanks AK
|
Posted: Tue Jul 08, 2003 6:20 am Post subject: Alsa 0.5.12a problems on gentoo/alpha |
|
|
I've now got my alphaPc164 running, and am trying to get alsa working for sound. I think the issue is, in some parts of the ebuild it is including my cflags (-mcpu=56 -O3 -pipe) as well as others (-mcpu=5). Here's a sample:
Code: | <command line>:1:8: warning: "cpu" re-asserted
gcc -mcpu=ev56 -O3 -pipe -DALSA_BUILD -D__KERNEL__ -O2 -fno-strength-reduce -mno-fp-regs -ffixed-8 -mcpu=ev5 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux-2.4.20-r2/include -I.. -c -o mixer_lib.o mixer_lib.c |
Here is the final error message: Code: |
{standard input}: Assembler messages:
{standard input}:2611: Error: macro requires $at register while noat in effect |
I do not understand the cause of this; I was able to compile and install from the portage/work directory wth no problems. I am poking around trying to find solutions... Any help would be appreciated.[/quote] |
|
Back to top |
|
|
tarzan420 Tux's lil' helper
Joined: 05 Jul 2003 Posts: 81 Location: Fairbanks AK
|
Posted: Tue Jul 08, 2003 6:47 am Post subject: |
|
|
Well, It seems that 0.9.4 compiled without any problems, we'll see if it works. |
|
Back to top |
|
|
|