Skip to content

Compiler crash on cross-compile: cargo build --target x86_64-pc-windows-gnu of crate egui #140237

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

Open
John-Nagle opened this issue Apr 24, 2025 · 10 comments
Labels
A-linkers Area: linkers... you gotta love linkers C-discussion Category: Discussion or questions that doesn't represent real issues. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@John-Nagle
Copy link

Code

git clone https://github.com/emilk/egui.git

Meta

rustc --version --verbose:

rustc 1.81.0 (eeb90cda1 2024-09-04)
binary: rustc
commit-hash: eeb90cda1969383f56a2637cbd3037bdf598841c
commit-date: 2024-09-04
host: x86_64-unknown-linux-gnu
release: 1.81.0
LLVM version: 18.1.7

Error output

john@user-desktop:~/projects/egui/target$ cargo build --target x86_64-pc-windows-gnu 
   Compiling proc-macro2 v1.0.93
   Compiling cfg-if v1.0.0
...
   Compiling custom_font v0.1.0 (/home/john/projects/egui/examples/custom_font)
error: linking with `x86_64-w64-mingw32-gcc` failed: exit status: 1
  |
  = note: LC_ALL="C" PATH="/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/home/john/.cargo/bin:/home/john/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "x86_64-w64-mingw32-gcc" "-Wl,/tmp/rustcPW39Nx/list.def" "-fno-use-linker-plugin" "-Wl,--dynamicbase" "-Wl,--disable-auto-image-base" "-m64" "-Wl,--high-entropy-va" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/rsbegin.o" "/tmp/rustcPW39Nx/symbols.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.01lzfqoq6q0c6lybacg0yz5wx.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.03pxuwrk3enzi5fn2hnvzueme.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.05usg6d4ofcru9j8145ekfgdx.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.06b4jtkyvf7mj66a0m0slafu1.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.07yjkobwbm7xb42w9b4d8onuk.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.09n7y5a55n2g97x1d04zjeo6g.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.0a1sbsaj48xdlwvw7z1buvtbi.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.0agwt1u3b1829mhwbvlfflur9.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.0o9vuy2bsrj5bn6wq0wdrmwe0.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.0q2fw9wfvpngyye6psoz571ww.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.0tnogegj1dnowtad5zljw6l65.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.0xpdczk4uc1e70028q8pb1hau.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.0xtwmqmjcxnc1igj386e50upr.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.0yz4fyl6wcg44uc72uto5w632.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.11kvekha1ntbawkt67ayoqcga.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.11ohfvrm7bimx51qpzq2b0e49.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.16k344lg1n7va9sl3gv04cf0b.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.18dxgawhh7e9hjznz814tcwqj.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.1f6x579lo6k33ysunrn5r239o.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.1gdyjyf8h1cw665a6ftoal5fz.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.1k62jgnezs48cj4biw0tccj1l.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.1l5vsmk84nex7ypk0ki13boa7.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.1lvzrte592vxsl96f00z7vl4s.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.1oid2uqxutxmjtgvh3sxe3vso.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.1qdw1j7ii4g14fyahzncyufam.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.1r5hfb8pohajz7z6e1mvx4e34.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.1thnzns92i88t3zqepkeaqg3r.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.2b5qwc3jtaa0gjp9nzbsj6e39.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.2f1svatspbds65u8zirjinroc.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.2iynespxr3unr2gicdohcoi26.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.2kgh15we9pe6i4qxbx7m8p0dj.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.2klkyq3exy0akhxhkeusrca04.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.2m7latyl8f53gejes6s2itvt2.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.2wiw8l5dfzjrnks9witsiecto.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.2wjfdzj5qxlu9iahz1v2vf1p2.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.2zm1fd5fsl7xot69ll4wdqqvk.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.2zxp4692hbq5q470bemktjtlu.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.32es28e8kqvjaibetwces2be9.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.3dzfq1w3hynbmap5f4ntpt5ts.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.3ft0jd656c1c4idmvlzo47rdd.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.3k71tfpc04f5fd1op7ghxc2x0.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.3mjphscscbjdhqo876q00r42h.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.3mqp2lwymcch0iyvkdxl9tdep.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.3nx0675w1jzysgpijh2l8u07i.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.3p4px30wnzbu2qtzqdt3qwqs7.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.3ul6s14rgnxu4vn24x7v3j2so.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.3zw3iti366bqkmdn97atjiuxh.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.400pzivg6gibczgpx8v61sh94.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.42wc8epdnfdnvxookhh1w9ez3.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.452wwgh0zchavzsjwty4kcfl5.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.46qpky92aha1vfr1nam8tbxj5.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.4dq60dowt6xsf22li6ir4leih.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.4nscfunbhy2kw3ud70q7og1lx.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.4o8u1r0npcoim34j9xq2yf9uw.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.4ozmr21bz4188usfwueqg3dna.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.4ra81yfs1xrylofdsamdw1zll.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.50e4qj7zvbygfvuv0hlzba7jk.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.50f9jlaa7355ck47ywq1cbqek.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.52nvvemwzu4r0n5l8248gvxrn.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.54lvhnn4chnk8geilizos2q39.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.5gjbfa4arr1jfegm87ujlla9n.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.5o9ya3nbf1u935nmkttozl3ky.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.5rs5mo5nggmfi7cx692vnrm30.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.6aobwlyc3z85h1vt603i2yxs1.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.6cfqubkl0dqr9ssjpdzw14nab.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.6fp00l0u0j3mbkd3rw320xdv4.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.6i8orcv5rz5v0mg2gusjd7bey.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.6mgd0sn86j62ce4fqgr59d8hp.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.6oe95mfjk56epsq7cnxhckiot.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.6og21fsxv2czd5rx9l7m93dej.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.6picew6wut0po278utmjk7pia.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.6vf723zij2t5ydwhqidzzt30y.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.6y0hqtx4a2uht02zkq9gviwvq.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.6yubp4977n5n76wjey15lappq.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.71n3940kevzy59blf297wvo2p.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.76460eaful4me887y1yiytzxg.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.76vvfk275qi4mqdsory8w1wqc.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.79b64ls80gc2doy4iw5rcljma.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.79f3wj6kd0uksmylfxum1lvn5.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.7clzendp658ehho2do051x81h.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.7czi1oizwph6hq1rq9w0mz1ce.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.7gcp9wk03jtmf2we255t44bhi.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.7he0tmzb1tutdb4wniimzlrp9.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.7m4gcxpb2etrb3dk6jbjp7gfc.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.7m7g7744pcgiiq3704yf19i94.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.7obvuvqsb5n6tyon4jz8pl2jv.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.7saviigm7bvcln2c15cphsu63.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.7yg6l7pedpl6i9teeg8r2o5oe.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.7ypvbrwimtrtepnf7ghdrijmq.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.7zgvf3kzvl1xefusa0ly74m0g.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.88mjan0nrr1oalmr1k979fibh.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.8c2prjy3ghz7f21e55cnmn1tm.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.8f82foyh547yihsudk60qgyun.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.8hymmfm7ep4zr2shtwm41wnv9.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.8jt3dlaue79lg5yfu1ih045ng.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.8jw394jtmvjcwhgb2nrl03s8w.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.8q1gjca9oh87cpl2sq798f1wo.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.8vi1wdk1fzc6xpgfqq95xgbb4.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.977ogkbyrqxqjyym7z87wj4pm.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.9cnhe024v62eu221fiay7l2v8.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.9cvs6s8roi6027wdeq2o21s75.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.9iu061thqbeq6rqt1ux90wdsl.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.9j5fgicqg1i5s9o0yjvim0epz.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.9rcrnlgy1acy45iqattk0328k.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.9tsw3wun9n97hlvu8txmbtlpb.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.9yuqs8dw9p82ab45tdpiat9fd.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.9zbhcx3niayhlg4wk0za708n4.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.9zo0xv88a64503euepammvzzm.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.a2nah5bmhsaw8zjva0ww4pts5.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.a39qgbrft7r9riwzzrpdko3cr.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.abx7furxt37uz7b21eicoc1pm.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.aif3mnv0bpjuytpecrqldq193.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.aiglp8i0ac0htruxksi513k35.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.aj0u2zfnexubb0mrn8gv30kps.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.ard9x24d6ajtzv85a115kwx3l.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.atld48jv4azsuc5c2nsywi0lw.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.au22izzut0e8jhumwkomy9lj7.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.b8l4feulkfwjg6m3pjykoio2t.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.bc1q1btgq8eldp4chx0jceeyx.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.bdwp0rx8ap4nts2ruq5uzyaf1.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.bh4l1xith8gox1s1xvw4o3zpi.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.bi9co2r5zh23o7i4ketyoce9z.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.bpnhgm1ldms2mob1d94ymk2od.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.brtj6jg1axtnibtuvxlv4s34l.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.bvmr3hlvg6upbbg8i39eb9ao5.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.bxtbcseikuxf7q5jqo6go4vqw.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.bzo0ysvanmhqa6oieuokqwfev.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.c1wa1ui01r7s22ypeov2hcu6s.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.c1x5yl58nwv630r1ioksx914i.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.c2l5a7oprtmb8h64ppsjqtda1.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.c3l43ncusrjedntnyzl98fw9u.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.cbk4t336c2ovkhugvzwaodhdh.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.cdiwqpep54dnq2wpwy18icwnp.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.ci4fo7zr4jwhamuesx9ij0l63.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.cixuu8xa5riff0bec68azb64w.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.cn095h9llyskv6yv8h7hqcfd6.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.cpuk5pb97y2rlceg61fi7emeo.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.csfjzo0g9n2zqhwuxsf75ptp4.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.cupz26dg0mpqvviixdzwwee4w.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.czmf89495m184y884qeuexyoy.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.d3trrrd0mmayxojxne498omu4.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.d47g0sqmx8j2n83bz02plvxpp.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.db5itdetcmn8u8dwjrqjuwhg9.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.dblmtq1k40xw0gv0ljzaabfij.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.dhuz3buzxfx29ykp8mz8mfw83.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.dk9jfrhke3l9wak9dznmzf83j.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.dlftc46oj5w3wuitsxnc5701u.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.dm79hiv2tdtwee8f31wk5l874.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.dp5wxn7naz3gd8wkfdhxe58xp.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.dr5xi0m3c40et9nmdas8k7yx6.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.dvcw82rdto6lhf2dbv6uyo6cf.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.dwc5nxueninw0x2khyhnezozd.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.e1dyt2va3c7ldulexa629ce1o.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.e8vabbjqqy99pths8b1sni79s.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.e8zwpis3djp5dvssqjb3nn2qh.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.eb4dtpw4dnghvx9l8lj7ftyil.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.eob9nc1ur9oft9vi0pbf0z9lc.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.es6z74tlzkfvpbr83p0ft2xze.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.et90iele8w7wjpqop1zxujqkc.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.evctmt7b7233cwjdbn5ubrnr0.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.evw3pek8vkl2oyt7jbmmbkh8u.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.f4rg62d83o7na0bghfztn47e3.rcgu.o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.3w30vuyq708f5hn0tog7m7ry1.rcgu.o" "-L" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps" "-L" "/home/john/projects/egui/target/debug/deps" "-L" "/home/john/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.6/lib" "-L" "/home/john/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/lib" "-L" "/home/john/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/lib" "-L" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/build/ring-52f00daa0b9005cf/out" "-L" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib" "-Wl,-Bstatic" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libegui_demo_lib-420229649be769ff.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libunicode_names2-806c39fe215fd7a0.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libegui_extras-81afecb221965cb9.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libehttp-6d6ca4681034383b.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libureq-6a3cbd8d0e10c4bf.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwebpki_roots-a8d92b3c74ac8ec1.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/librustls-29be06be2b7dc742.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libsubtle-cf3e07c93b0a61bd.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwebpki-f735e68f2f9bee89.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libring-9fe743bd7d8ec833.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libgetrandom-df71f0b79f5d9e78.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libuntrusted-d486b9227bdd6896.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libzeroize-8e8b4795628be3d6.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/librustls_pki_types-3d638e5cb0d50f3c.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libmime_guess2-a6adb629054be79e.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libunicase-1d26a01798759ef8.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libmime-d93ff9584cb0c1de.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libenum_map-a1100153a9eeb4bb.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libresvg-33b5e2cef606f3a9.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/librgb-d4493172e4e9cec0.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libusvg-4ef792678491f96d.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libbase64-eb6fd19b7186d770.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libimagesize-6dbc294efcc4ddc2.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libdata_url-07565733cf9d4293.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libxmlwriter-a0d30b65e92db6e6.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libsimplecss-bed9b3ee825f555f.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libroxmltree-29d6650e7fde4211.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libsvgtypes-b9ff9afc08342892.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libkurbo-35d6253a94451fe9.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libsiphasher-a0d087d6f4e4fffb.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libtiny_skia-1e3309a73b686dbe.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libtiny_skia_path-3310ebcca577cfef.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libstrict_num-dff3bb223da6aeb1.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libfloat_cmp-14f15bbc48b5cbe1.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libarrayref-72c05ecc39718dc4.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libchrono-15f8a67275473a38.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libeframe-d4a8ec50ea0a32ea.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libpollster-0a131e6ff4e42052.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libglutin_winit-e9e7b58d0ef347c5.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libhome-95d99ce10f2d54b0.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libglutin-11849dd60b5f365d.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libglutin_egl_sys-dde0da1cf5bffea8.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libegui_winit-a42d7b56b08eb913.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwebbrowser-eaef77a478a32cdd.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/liburl-90ac386bf1d7beaf.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libidna-a9ebbb19a25fd3e2.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libidna_adapter-10ff36d9c46e3e52.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libicu_normalizer-673e5f075e5787fe.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libicu_normalizer_data-fb9c08e8d795c559.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwrite16-419e09c8c82249b1.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libutf8_iter-151a66306343af96.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libutf16_iter-78cfb5c1bf739b3e.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libicu_properties-b13fbc579822fec7.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libicu_properties_data-d31b84e9a89c347c.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libicu_locid_transform-848acbb5f257ee9d.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libicu_locid_transform_data-b3594e3628f74da1.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libicu_collections-143cfb11d2c4a8eb.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libicu_provider-b7088b995d134aac.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libicu_locid-fa93d006cd829e94.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/liblitemap-0d921210be5bb5d1.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libtinystr-d5e3bff0045379f5.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libzerovec-2d0dacba9ab9aae9.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwriteable-0f7d97507876e6fb.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libyoke-980ba03129ce96d1.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libzerofrom-f96d2334a27cf137.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libstable_deref_trait-ef41f928abe40687.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libform_urlencoded-9250fa84def231a3.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libpercent_encoding-9e3964e350c8a5ed.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libarboard-6362ef823f208d0b.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libclipboard_win-9e22f094b88a29e6.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/liberror_code-6590ec95ab815724.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwindows_sys-494a618d39765cec.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwindows_targets-67014e4a0c3226a4.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libimage-27116cfeeb1eeaaf.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libimage_webp-8a2232652c69cebf.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libquick_error-e42f5ac7cc499d48.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libbyteorder_lite-4cc6c36da68059f2.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libpng-681b97dcffed9170.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libbitflags-92f0e4adc28b4f39.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libflate2-16f0e14d0855eb7a.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libminiz_oxide-0684e91bdc67c0b5.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libfdeflate-3512fdbc1adeb894.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libsimd_adler32-b4a24061638501f3.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libcrc32fast-2a092352127b8508.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libzune_jpeg-a14e15eda28d3fa8.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libzune_core-a569dc801d369565.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libgif-f5b5621175878427.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libcolor_quant-07be669c3ff26e8b.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libweezl-7115caac31d1e3ac.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libaccesskit_winit-2b81c9045b487369.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libaccesskit_windows-8a6e4f53915dbcbb.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libaccesskit_consumer-10e7e96a68114df0.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libimmutable_chunkmap-5b9bcb32f96522b0.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwinapi-570fb4d921954709.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libegui_wgpu-91a2f2b5254c76b8.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libweb_time-0e72f13cf3e59ede.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwinit-28f333cfb7761e4c.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libtracing-f54be31d1cfe533c.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libpin_project_lite-21dc68c2bae9082f.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libtracing_core-877b2806d83b0823.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwindows_sys-5d678e47720b24a7.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libsmol_str-3ed61504ec4c1ad4.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libcursor_icon-50894bd5e8837d3f.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libdpi-482fb39ad7e64d6f.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libtype_map-6ffcd0e739e4ad98.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libthiserror-1a043cf1002169e8.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwgpu-933a2bde7e3d0a3a.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libstatic_assertions-82d45fb781dd16bf.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwgpu_core-c534a74ade4bb97e.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwgpu_hal-9b23e7b3b3016588.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/librenderdoc_sys-d8be1d0ef8bbafb2.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libordered_float-dabb375736edf042.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libnum_traits-6a22673d6c142369.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libgpu_descriptor-64587dfa2245166d.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libgpu_descriptor_types-b0d543006a4da759.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libgpu_alloc-1eeb4f1874a1df76.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libgpu_alloc_types-7e5723a189006849.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libash-bf03d060d61f840a.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/liblibloading-c8e4edcb7f77a222.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libnaga-437bd503383500fb.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/librustc_hash-29ab8f63a09c951d.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libhexf_parse-4a1504debf80e350.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libunicode_xid-e3e6228577f88acd.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libbit_set-f89304258b13550f.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libbit_vec-7f64f9187c871f88.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libstrum-fde5b7907811b900.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libcodespan_reporting-0354849974c00729.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libunicode_width-9de04c45fb593299.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libtermcolor-093a7787b01695b2.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwinapi_util-73421dc2458307d2.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwindows_sys-5ca2188fbe6acbdd.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libindexmap-517a5fa4498f83b6.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libequivalent-b0af19baf68f338d.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libhashbrown-8218421f3f89e6dd.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libfoldhash-07e835269cfa66a8.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libspirv-65d1a0c730c65166.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwindows-92c6a220d78c4791.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwindows_core-d29996d72564e4c5.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwindows_strings-93b3e842b02e521d.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwindows_result-896f7e71178f71b8.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libglutin_wgl_sys-b42ef5e2241f1caf.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libthiserror-e5686ad8336d23d2.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libarrayvec-4fbf63e39e1a51c3.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libraw_window_handle-40c70ae66a642ef0.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwgpu_types-0b1dac39772fd44b.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libegui_glow-d2e30d085b0606de.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libmemoffset-c379fada5a75eafc.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libglow-0cbace32c32ab889.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libegui-55a05a590366dd43.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libbacktrace-47d3a337f97cc467.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libobject-45772f035bdf7406.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libmemchr-a14380305d9d6991.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/liblibc-149f7f15e71c8a0b.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libaddr2line-8e303ebf11fc2da9.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libgimli-6053e43e1c5ddc76.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/librustc_demangle-d03a968d8af50f40.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libron-bec90384f883c837.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libbase64-214c0531a8d462a2.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libbitflags-90b7362aaa883f86.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libunicode_segmentation-1e30cfc9c53bafa3.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libaccesskit-d247b9e8ca18ecdd.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libepaint-709cf3aaf4ebe9b0.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libnohash_hasher-68e732a4e86909b4.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/liblog-91042d720d92c578.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libprofiling-63b9af240c9ba290.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libpuffin-d2088ff2f1dc7bab.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/liblz4_flex-f2807721367fcce5.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libitertools-dcddd7fc92126820.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libeither-9d00059e5ac3ff57.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libbincode-40efa27f96acbf42.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libbyteorder-4d18ae509b5c6cfc.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libanyhow-837ecbc4fb59b3f9.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libahash-44f724c56bde767e.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libonce_cell-762f762bfaad172b.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libzerocopy-ebe6783ffbde12dc.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libepaint_default_fonts-f998be3d6939e367.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libab_glyph-e9c550a54b974d5a.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libowned_ttf_parser-c2413c0e42895f23.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libttf_parser-e66ddb14643962a2.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libab_glyph_rasterizer-2822f534d384dd85.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libparking_lot-149adbc30dc1f911.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libparking_lot_core-a15b8b09d1a1b7ae.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libwindows_targets-070a5127b877daef.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libcfg_if-b688ba39c7a52a32.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libsmallvec-895027f1e4a0c922.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/liblock_api-b30456213c3ef07e.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libscopeguard-a6a0c05dafdc906d.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libecolor-b691f656ad3d39fb.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libemath-90e94b141dcb0fff.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libbytemuck-999d5355c0d132ed.rlib" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libserde-4fdc3881805743ea.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libstd-48a9324bb2a06c0c.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libpanic_unwind-787bcd13b0af795f.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libobject-d148c04521cf14d1.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libmemchr-ec0e428e1cd79d40.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libaddr2line-db454deb2bdede0b.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libgimli-e3f53096242d8729.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/librustc_demangle-8597cfbf48c4ac55.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libstd_detect-6aeb5ec9488393de.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libhashbrown-e116772cf63f5750.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/librustc_std_workspace_alloc-a9989fb6ace958c4.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libminiz_oxide-d0fe3fa5ced1cd4c.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libadler-f0691f3121053e02.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libunwind-159d05651d024454.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libcfg_if-c489166cec33a38c.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/liblibc-681e04ecfb33a453.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/liballoc-f4e695adb45b931e.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/librustc_std_workspace_core-08886ea06698bab2.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libcore-41dcedd3c1b966f1.rlib" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/libcompiler_builtins-263568429b22087e.rlib" "-Wl,-Bdynamic" "-lbcrypt" "-ladvapi32" "-lwindows.0.52.0" "-lshlwapi" "-lkernel32" "-luser32" "-lshell32" "-lgdi32" "-ladvapi32" "-lwindows.0.48.5" "-lwinapi_gdi32" "-lwinapi_kernel32" "-lwinapi_msimg32" "-lwinapi_opengl32" "-lwinapi_user32" "-lwinapi_winspool" "-lwindows.0.52.0" "-lwindows.0.52.0" "-lwindows.0.52.0" "-lwindows.0.52.0" "-lwindows.0.52.0" "-lwindows.0.52.0" "-lwindows.0.52.0" "-lopengl32" "-lwindows.0.52.0" "-lwindows.0.52.0" "-lkernel32" "-ladvapi32" "-lntdll" "-luserenv" "-lws2_32" "-lkernel32" "-lkernel32" "-lgcc_eh" "-l:libpthread.a" "-lmsvcrt" "-lmingwex" "-lmingw32" "-lgcc" "-lmsvcrt" "-lmingwex" "-luser32" "-lkernel32" "-Wl,--nxcompat" "-L" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib" "-o" "/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/egui_demo_app.dll" "-Wl,--gc-sections" "-shared" "-Wl,--out-implib=/home/john/projects/egui/target/x86_64-pc-windows-gnu/debug/deps/libegui_demo_app.dll.a" "-nodefaultlibs" "/home/john/.rustup/toolchains/1.81.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/rsend.o"
  = note: Warning: corrupt .drectve at end of def file
          Warning: .drectve `-exclude-symbols:"_ZN56_$LT$emath..rect..Rect$u20$as$u20$core..clone..Clone$GT$5clone17he350ce2f7fa6336dE" ' unrecognized
          Warning: .drectve `-exclude-symbols:_ZN5emath4rect4Rect10intersects17hb1c1b98a638fefb8E ' unrecognized
          Warning: .drectve `-exclude-symbols:_ZN5emath4rect4Rect12from_two_pos17h2eab19ab81f2bcb9E ' unrecognized
          Warning: corrupt .drectve at end of def file
          Warning: .drectve `-exclude-symbols:_ZN4core3ops8function5FnMut8call_mut17hcc5989bffde8890bE ' unrecognized
... (Much more like this)
Backtrace

<backtrace>

@John-Nagle John-Nagle added C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Apr 24, 2025
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Apr 24, 2025
@John-Nagle
Copy link
Author

Recompiled. Still fails.

Tried rustup to current version of rustc. Still fails.

Tried compiling another program that uses egui. Works, with valid cross-compile and execution under Wine.

@mati865
Copy link
Contributor

mati865 commented Apr 24, 2025

There are no error messages in your log. Those warnings are harmless and stem from using binutils older than 2.40.

Also using outdated rustc version is not supported. Even if up to date version fails the same way the fix would be included in the new version.

@John-Nagle
Copy link
Author

There are no error messages in your log. Those warnings are harmless and stem from using binutils older than 2.40.

Thousands of lines of errors end with:

         Warning: .drectve `-exclude-symbols:"_ZN44_$LT$$RF$T$u20$as$u20$core..fmt..Display$GT$3fmt17h8593f988f8bc70c3E" ' unrecognized
          Warning: corrupt .drectve at end of def file
          Warning: corrupt .drectve at end of def file
          Warning: corrupt .drectve at end of def file
          Warning: corrupt .drectve at end of def file
          Warning: corrupt .drectve at end of def file
          Warning: corrupt .drectve at end of def file
          Warning: corrupt .drectve at end of def file
          /usr/bin/x86_64-w64-mingw32-ld: error: export ordinal too large: 69416
          collect2: error: ld returned 1 exit status
          
error: could not compile `egui_demo_app` (lib) due to 1 previous error

That's a failure.

Tried with this version of rustc:

rustc --version --verbose
rustc 1.81.0 (eeb90cda1 2024-09-04)
binary: rustc
commit-hash: eeb90cda1969383f56a2637cbd3037bdf598841c
commit-date: 2024-09-04
host: x86_64-unknown-linux-gnu
release: 1.81.0
LLVM version: 18.1.7

Fails in same way.

Also using outdated rustc version is not supported. Even if up to date version fails the same way the fix would be included in the new version.

Installed version of binutils is 2.38-4ubuntu2.8, which is the latest version known to the Ubuntu package manager.

Since the two previous answers were wrong, I'd like to get confirmation from another source that a version of binutils not available as part of the current Ubuntu distribution is actually required. Other programs are cross-compiling OK. Only "egui" is currently failing in this way,

Where is such a binutils restriction documented? I've found some warnings against using binutils earlier than 2.30,

There is a 2.44 version of binutils that is available directly from the Gnu project, but Ubuntu LTS distros are not using it yet. If Ubuntu LTS and Rust are seriously out of sync, that needs to be publicized.

@saethlin
Copy link
Member

You are already talking to the windows-gnu expert. Acting entitled to further support from an open source community will not help.

@ChrisDenton
Copy link
Member

The original message omitted the error and only showed warnings, which are expected on old binutils and are harmless. The actual error has now been given:

/usr/bin/x86_64-w64-mingw32-ld: error: export ordinal too large: 69416

Please try using rust 1.86 or a recent nightly build. It's possible this has already been fixed.

@bjorn3 bjorn3 added A-linkers Area: linkers... you gotta love linkers and removed I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ labels Apr 24, 2025
@John-Nagle
Copy link
Author

Just tried nightly rustc:

      > cargo +nightly build  --target x86_64-pc-windows-gnu 

     ...

      Warning: corrupt .drectve at end of def file
      Warning: corrupt .drectve at end of def file
      Warning: corrupt .drectve at end of def file
      Warning: corrupt .drectve at end of def file
      /usr/bin/x86_64-w64-mingw32-ld: error: export ordinal too large: 67992
      collect2: error: ld returned 1 exit status

    >  rustc +nightly --version --verbose
    rustc 1.88.0-nightly (df35ff6c3 2025-04-23)
    binary: rustc
    commit-hash: df35ff6c354f1f1fbf430b84e7dea37dfe997f34
    commit-date: 2025-04-23
    host: x86_64-unknown-linux-gnu
    release: 1.88.0-nightly
    LLVM version: 20.1.2

So, same bug is in Nightly, although notice that the "export ordinal too large" value is different.

This should be easily reproduceable using egui on Github.

(Sorry to be cranky. I'm trying to narrow down a bug that's related to egui/wine interaction, and all this is from an effort to repro that bug in a simpler situation. Thanks.)

@mati865
Copy link
Contributor

mati865 commented Apr 24, 2025

Since the two previous answers were wrong,

I don't think so. As Chris pointed out, only your additional comment contains the error message that is meaningful.
Regarding rustc version, you wrote about compiler crash. With incomplete logs it's hard to guess what kind of the issue you are facing. Typically, upgrading the compiler solves or workarounds the crashes.

I'd like to get confirmation from another source that a version of binutils not available as part of the current Ubuntu distribution is actually required. Other programs are cross-compiling OK. Only "egui" is currently failing in this way,

Where is such a binutils restriction documented? I've found some warnings against using binutils earlier than 2.30,

There is a 2.44 version of binutils that is available directly from the Gnu project, but Ubuntu LTS distros are not using it yet. If Ubuntu LTS and Rust are seriously out of sync, that needs to be publicized.

As you have noticed, most of the crates work fine with older Binutils, so there is no hard requirement for version 2.40. What you are facing is limitation of PE format used by Windows, linkers LLD (probably all versions that work with mingw-w64? that would mean the last decade) and Binutils 2.40 have feature that will skip exporting symbols that have hidden visibility. So they won't hit this issue and no functionality is lost.

You can try other workarounds that come with different tradeoffs that will reduce the amount of the exported symbols, hopefully enough to get them below 2^16 limit:

  • enable optimisations
  • disable debug assertions
  • reduce number of codegen units (I'm not sure if this will help without optimisations)
  • enable LTO
  • use release build which OOTB performs some of the actions above

I'm preparing for a hike right now, and my ability to respond will be limited until Saturday evening or Sunday.

@John-Nagle
Copy link
Author

You can try other workarounds that come with different tradeoffs that will reduce the amount of the exported symbols, hopefully enough to get them below 2^16 limit:

Oh, that's what it's unhappy about - too many exported symbols. The error message "export ordinal too large: 67992" didn't make that clear. Now I have a better idea of what to look for. Is that a restriction that applies only to cross-compilation?

Turns out I can build --release mode with both stable and nightly versions of Rust. Only default debug mode fails. Fewer debug symbols?

"egui" itself is a crate on crates.io, for use as part of GUI programs. It's not that big a crate. I have several programs that use it, and they build OK, both in debug and release mode. I wouldn't have expected it to run out of some resource.

If you build egui by itself, it builds a large number of example programs and pulls in many crates that wouldn't be needed for normal use of the crate. Also, at the moment, the egui developers are making changes to the "master" branch and "cargo test" pulls in two versions of the same crate, resulting in compile errors. So reproducing this testing against branch master for egui is not currently working too well.

Let me pass this one over to the egui people.

@mati865
Copy link
Contributor

mati865 commented Apr 24, 2025

Oh, that's what it's unhappy about - too many exported symbols. The error message "export ordinal too large: 67992" didn't make that clear. Now I have a better idea of what to look for. Is that a restriction that applies only to cross-compilation?

This is limitation of [PE format[(https://en.wikipedia.org/wiki/Portable_Executable), so any time you target Windows you are bound to it.

Turns out I can build --release mode with both stable and nightly versions of Rust. Only default debug mode fails. Fewer debug symbols?

Every bit I mentioned in the comment above contributes to it: lack of debug assertions, optimisations (mostly inlining).

"egui" itself is a crate on crates.io, for use as part of GUI programs. It's not that big a crate. I have several programs that use it, and they build OK, both in debug and release mode. I wouldn't have expected it to run out of some resource.

I know, I had used it once or twice on Linux. I didn't expect it to hit PE exports limit, but I haven't used linker without this specific .drectve for at least 3 years...

@jieyouxu jieyouxu added C-discussion Category: Discussion or questions that doesn't represent real issues. and removed C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Apr 25, 2025
@John-Nagle
Copy link
Author

John-Nagle commented Apr 25, 2025

Useful notes:

  • I've been testing against egui rev 69b9f0eede499c64288e7008dfc1b72300dcb7c3 so that should be used to reproduce this. Egui is being updated on branch master by its developers, so just getting the master branch may become outdated.
  • Egui builds fine when compiled into other programs as a lib. It's building Egui as an application, from Github, with its test cases, that causes problems.
  • Motivation: I'm looking for a layout bug inside EguiI that appears when cross-compiling to Windows. I can repro it with my own test harness for Egui/Winit/Wgpu/Vulkan, I want to narrow it down more with Egui's own test cases, and hopefully repro it without pulling in the whole 3D stack. This layout bug prevents me from shipping a new version of my own application.
  • Question: is there any useful tool for finding out how many loader symbols each module exports? Here, the limit of 65535 was apparently exceeded. That's apparently a rare event. It would be useful to find out if some module has an unusually large number of loader symbols.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linkers Area: linkers... you gotta love linkers C-discussion Category: Discussion or questions that doesn't represent real issues. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

7 participants