You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: