Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 169 Bytes

File metadata and controls

12 lines (9 loc) · 169 Bytes

experiments

Troubleshooting

collect2: fatal error: cannot find ‘ld’

Add llvm dir to PATH;

export PATH=/usr/lib/llvm-20/bin:$PATH