Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-add -G0 compile flag #41

Merged
merged 1 commit into from
Jul 17, 2018
Merged

re-add -G0 compile flag #41

merged 1 commit into from
Jul 17, 2018

Conversation

madebr
Copy link
Contributor

@madebr madebr commented Jul 17, 2018

Fixes linking errors such as:

/ps2dev/ee/lib/gcc-lib/ee/3.2.3/../../../../ee/lib/libg.a(writer.o)(.text+0x1c): In function `_write_r':
../../../../../newlib/libc/reent/writer.c:57: relocation truncated to fit: R_MIPS_GPREL16 errno
/ps2dev/ee/lib/gcc-lib/ee/3.2.3/../../../../ee/lib/libg.a(writer.o)(.text+0x48):../../../../../newlib/libc/reent/writer.c:60: relocation truncated to fit: R_MIPS_GPREL16 errno
/ps2dev/ee/lib/gcc-lib/ee/3.2.3/../../../../ee/lib/libg.a(closer.o)(.text+0x4): In function `_close_r':
../../../../../newlib/libc/reent/closer.c:52: relocation truncated to fit: R_MIPS_GPREL16 errno
/ps2dev/ee/lib/gcc-lib/ee/3.2.3/../../../../ee/lib/libg.a(closer.o)(.text+0x38):../../../../../newlib/libc/reent/closer.c:55: relocation truncated to fit: R_MIPS_GPREL16 errno
/ps2dev/ee/lib/gcc-lib/ee/3.2.3/../../../../ee/lib/libg.a(fstatr.o)(.text+0x18): In function `_fstat_r':
../../../../../newlib/libc/reent/fstatr.c:61: relocation truncated to fit: R_MIPS_GPREL16 errno
/ps2dev/ee/lib/gcc-lib/ee/3.2.3/../../../../ee/lib/libg.a(fstatr.o)(.text+0x40):../../../../../newlib/libc/reent/fstatr.c:64: relocation truncated to fit: R_MIPS_GPREL16 errno
/ps2dev/ee/lib/gcc-lib/ee/3.2.3/../../../../ee/lib/libg.a(lseekr.o)(.text+0x1c): In function `_lseek_r':
../../../../../newlib/libc/reent/lseekr.c:57: relocation truncated to fit: R_MIPS_GPREL16 errno
/ps2dev/ee/lib/gcc-lib/ee/3.2.3/../../../../ee/lib/libg.a(lseekr.o)(.text+0x48):../../../../../newlib/libc/reent/lseekr.c:60: relocation truncated to fit: R_MIPS_GPREL16 errno
/ps2dev/ee/lib/gcc-lib/ee/3.2.3/../../../../ee/lib/libg.a(readr.o)(.text+0x1c): In function `_read_r':
../../../../../newlib/libc/reent/readr.c:57: relocation truncated to fit: R_MIPS_GPREL16 errno
/ps2dev/ee/lib/gcc-lib/ee/3.2.3/../../../../ee/lib/libg.a(readr.o)(.text+0x48):../../../../../newlib/libc/reent/readr.c:60: relocation truncated to fit: R_MIPS_GPREL16 errno

@sp193 sp193 merged commit b5cd7a7 into ps2dev:master Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants