Package: gcc-4.8
Version: 4.8.2-20
Severity: normal
Without libgcc-4.8-dev, gcc-4.8 cannot link. So it should have
dependency on libgcc-4.8-dev.
$ cat a.c
int main(void)
{
return 0;
}
$ gcc a.c
/usr/bin/ld: cannot find crtbegin.o: No such file or directory
/usr/bin/ld: cannot find -lgcc
/usr/
On 2013-09-04 14:01:04 +0200, Bastian Blank wrote:
> On Wed, Sep 04, 2013 at 02:41:46PM +0900, Kusanagi Kouichi wrote:
> > On 2013-09-03 23:43:02 +0200, Bastian Blank wrote:
> > > If you have used V=1, you would have seen that the compiler calls miss
> > > the -m32
On 2013-09-03 23:43:02 +0200, Bastian Blank wrote:
> On Tue, Sep 03, 2013 at 12:14:02PM +0000, Kusanagi Kouichi wrote:
> > gcc-4.8 doesn't compile i386 linux kernel on amd64 system. gcc-4.7
> > compiles it successfully.
>
> If you have used V=1, you would have seen th
Package: gcc-4.8
Version: 4.8.1-9
Severity: normal
gcc-4.8 doesn't compile i386 linux kernel on amd64 system. gcc-4.7
compiles it successfully.
$ make ARCH=i386 O=/tmp/tmp.c9ws64t6PK allnoconfig
HOSTCC scripts/basic/fixdep
GEN /tmp/tmp.c9ws64t6PK/Makefile
HOSTCC scripts/kconfig/conf.o
4 matches
Mail list logo