Re: issues w/ sgimips post gcc-14
Adrian Chadd <[email protected]> Wed, 17 Dec 2025 17:52:56 -0800
| Newsgroups | gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <CAJ-VmokcFYgGFpirZ-=1hamSyH5g_Y2+FdoZ0hK-T=7cyzqKGA@mail.gmail.com> |
On Tue, 16 Dec 2025 at 23:41, NAKAJI Hiroyuki <[email protected]> wrote: > > Hi, > > I also hit same error as port-sgimips/59844 on FreeBSD/amd64 to build > NetBSD/amd64 and NetBSD/i386. > > Here are my fixes: > > https://d4407.kankyo-u.ac.jp/~nakaji/NetBSD/patch-src_tools_binutils_Makefile.diff > https://d4407.kankyo-u.ac.jp/~nakaji/NetBSD/patch-src_external_gpl3_gcc_usr.bin_host-libcpp_Makefile.diff > Hi! The host-libcpp diff allows it to build fine, but I still hit the size limit when making the final disk image. === # create instkernel/diskimage Calculated size of `diskimage.tmp': 4812800 bytes, 3 inodes Extent size set to 4096 diskimage.tmp: 4.6MB (9400 sectors) block size 4096, fragment size 512 using 1 cylinder groups of 4.59MB, 1175 blks, 32 inodes. super-block backups (for fsck -b #) at: 32,nbmakefs: Writing inode 3 (work/./netbsd), bytes 4763648 + 1115: No space left on device Populating `diskimage.tmp' *** Failed target: diskimage *** In directory: /data/1/adrian/netbsd/netbsd-src/distrib/sgimips/instkernel === I wonder what the binary deltas are and wonder if it's compiler output bloat between gcc versions or something else? -adrian