Search Criteria
Package Details: mips-harvard-os161-gcc48 4.8.3+os161_2.1-1
Package Actions
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) |
Dependencies (6)
- gmp (gmp-hgAUR)
- libmpc (libmpc-gitAUR)
- mips-harvard-os161-binutilsAUR
- mpfr (mpfr-gitAUR)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- flex (flex-gitAUR) (make)
Latest Comments
VerruckteFuchs commented on 2021-09-04 14:06 (UTC)
I had trouble getting this to compile due to an error:
Adding
-std=c++14
toCXXFLAGS
in thePKGBUILD
allowed it to compile without an errors. It seems C++17 is a bit more strict than C++14.