Package Details: mips-harvard-os161-gcc48 4.8.3+os161_2.1-1

Git Clone URL: https://aur.archlinux.org/mips-harvard-os161-gcc48.git (read-only, click to copy)
Package Base: mips-harvard-os161-gcc48
Description: The GNU Compiler Collection - cross compiler for mips-harvard-os161 arquitecture. This is part of toolset for the course os161 from Harvard.
Upstream URL: http://os161.eecs.harvard.edu/
Licenses: GPL, LGPL
Groups: mips-harvard-os161-toolchain
Conflicts: mips-harvard-os161-gcc
Provides: mips-harvard-os161-gcc
Submitter: gerito
Maintainer: gerito
Last Packager: gerito
Votes: 1
Popularity: 0.000000
First Submitted: 2017-02-13 12:46 (UTC)
Last Updated: 2017-02-13 12:46 (UTC)

Latest Comments

VerruckteFuchs commented on 2021-09-04 14:06 (UTC)

I had trouble getting this to compile due to an error:

../../gcc-4.8.3+os161-2.1/gcc/reload1.c: In function ‘void init_reload()’:
../../gcc-4.8.3+os161-2.1/gcc/reload1.c:89:24: error: use of an operand of type ‘bool’ in ‘operator++’ is forbidden in C++17
   89 |   (this_target_reload->x_spill_indirect_levels)

Adding -std=c++14 to CXXFLAGS in the PKGBUILD allowed it to compile without an errors. It seems C++17 is a bit more strict than C++14.