Re: [Alsa-devel] Problem compiling latest CVS with gcc-2.95.3

2003-03-11 Thread Takashi Iwai
At Sat, 8 Mar 2003 23:44:27 +0100, Martin Langer wrote: On Sat, Mar 08, 2003 at 10:40:52AM +0100, Martin Langer wrote: On Sat, Mar 08, 2003 at 10:11:24AM +0100, Martin Langer wrote: On Sat, Mar 08, 2003 at 10:51:29AM +0200, Panagiotis Papadakos wrote: cc1: Invalid option

Re: [Alsa-devel] Problem compiling latest CVS with gcc-2.95.3

2003-03-11 Thread Martin Langer
On Tue, Mar 11, 2003 at 02:02:51PM +0100, Takashi Iwai wrote: On Tue, Mar 11, 2003 at 11:14:43AM +0100, Takashi Iwai wrote: IIRC, the -falign-xxx is a new option and the older compiler had -malign-xxx instead. could you check the attached patch whether it works? my patch works

[Alsa-devel] Problem compiling latest CVS with gcc-2.95.3

2003-03-08 Thread Panagiotis Papadakos
I get the following error: gcc -M -D__KERNEL__ -DMODULE=1 -I/mnt/disk/CVS/ALSA-CVS/alsa-driver/include -I/lib/modules/2.4.21-pre5-ac2/build/include -O2 -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2

Re: [Alsa-devel] Problem compiling latest CVS with gcc-2.95.3

2003-03-08 Thread Martin Langer
On Sat, Mar 08, 2003 at 10:51:29AM +0200, Panagiotis Papadakos wrote: I get the following error: same with gcc 2.95.4! martin gcc -M -D__KERNEL__ -DMODULE=1 -I/mnt/disk/CVS/ALSA-CVS/alsa-driver/include -I/lib/modules/2.4.21-pre5-ac2/build/include -O2 -mpreferred-stack-boundary=2

Re: [Alsa-devel] Problem compiling latest CVS with gcc-2.95.3

2003-03-08 Thread Martin Langer
On Sat, Mar 08, 2003 at 10:11:24AM +0100, Martin Langer wrote: On Sat, Mar 08, 2003 at 10:51:29AM +0200, Panagiotis Papadakos wrote: same with gcc 2.95.4! gcc -M -D__KERNEL__ -DMODULE=1 -I/mnt/disk/CVS/ALSA-CVS/alsa-driver/include -I/lib/modules/2.4.21-pre5-ac2/build/include -O2

Re: [Alsa-devel] Problem compiling latest CVS with gcc-2.95.3

2003-03-08 Thread Martin Langer
On Sat, Mar 08, 2003 at 10:40:52AM +0100, Martin Langer wrote: On Sat, Mar 08, 2003 at 10:11:24AM +0100, Martin Langer wrote: On Sat, Mar 08, 2003 at 10:51:29AM +0200, Panagiotis Papadakos wrote: cc1: Invalid option `-falign-functions=4' Removing that option really helps in my case.