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

final link failed: Nonrepresentable section on output #96

Open
jingydz opened this issue May 30, 2023 · 0 comments
Open

final link failed: Nonrepresentable section on output #96

jingydz opened this issue May 30, 2023 · 0 comments

Comments

@jingydz
Copy link

jingydz commented May 30, 2023

minigraph]$ make
gcc -g -Wall -Wc++-compat -std=c99 -msse4 -O3 kalloc.o kthread.o algo.o sys.o gfa-base.o gfa-io.o gfa-aug.o gfa-bbl.o gfa-ed.o sketch.o misc.o bseq.o options.o shortk.o miniwfa.o index.o lchain.o gchain1.o galign.o gcmisc.o map-algo.o cal_cov.o format.o gmap.o ggsimple.o ggen.o asm-call.o main.o -o minigraph -lz -lpthread -lm
/usr/bin/ld: skipping incompatible /usr/lib/../lib/libpthread.so when searching for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/../lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/../lib/libc.so when searching for -lc
/usr/bin/ld: kalloc.o: access beyond end of merged section (629)
/usr/bin/ld: kalloc.o: access beyond end of merged section (653)
/usr/bin/ld: kalloc.o: access beyond end of merged section (728)
/usr/bin/ld: kalloc.o: access beyond end of merged section (693)
/usr/bin/ld: kalloc.o: access beyond end of merged section (678)
/usr/bin/ld: kalloc.o: access beyond end of merged section (588)
/usr/bin/ld: kalloc.o: access beyond end of merged section (738)
/usr/bin/ld: kalloc.o: access beyond end of merged section (898)
/usr/bin/ld: kalloc.o: access beyond end of merged section (563)
/usr/bin/ld: kalloc.o: access beyond end of merged section (859)
/usr/bin/ld: kalloc.o: access beyond end of merged section (759)
/usr/bin/ld: kalloc.o: access beyond end of merged section (602)
/usr/bin/ld: kalloc.o: access beyond end of merged section (508)
/usr/bin/ld: kalloc.o: access beyond end of merged section (663)
/usr/bin/ld: kalloc.o: access beyond end of merged section (502)
/usr/bin/ld: kalloc.o: access beyond end of merged section (780)
/usr/bin/ld: kalloc.o: access beyond end of merged section (787)
/usr/bin/ld: kalloc.o: access beyond end of merged section (794)
/usr/bin/ld: kalloc.o: access beyond end of merged section (801)
/usr/bin/ld: kalloc.o: access beyond end of merged section (808)
/usr/bin/ld: kalloc.o: access beyond end of merged section (516)
/usr/bin/ld: kalloc.o: access beyond end of merged section (815)
/usr/bin/ld: kalloc.o: access beyond end of merged section (577)
/usr/bin/ld: kalloc.o: access beyond end of merged section (722)
/usr/bin/ld: kalloc.o: access beyond end of merged section (597)
/usr/bin/ld: kalloc.o: access beyond end of merged section (824)
/usr/bin/ld: kalloc.o: access beyond end of merged section (611)
/usr/bin/ld: kalloc.o: access beyond end of merged section (554)
/usr/bin/ld: kalloc.o: access beyond end of merged section (772)
/usr/bin/ld: kalloc.o: access beyond end of merged section (683)
/usr/bin/ld: kalloc.o: access beyond end of merged section (549)
/usr/bin/ld: kalloc.o: access beyond end of merged section (698)
/usr/bin/ld: kalloc.o: access beyond end of merged section (752)
/usr/bin/ld: kalloc.o: access beyond end of merged section (890)
/usr/bin/ld: kalloc.o: access beyond end of merged section (831)
/usr/bin/ld: kalloc.o: access beyond end of merged section (846)
/usr/bin/ld: kalloc.o: access beyond end of merged section (708)
/usr/bin/ld: kalloc.o: access beyond end of merged section (621)
/usr/bin/ld: kalloc.o: access beyond end of merged section (643)
/usr/bin/ld: kalloc.o(.debug_info+0x5c0): reloc against `.text': error 2
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
make: *** [Makefile:26: minigraph] Error 1

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

No branches or pull requests

1 participant