Hello, i am facing the issue when i am trying to build dmlab2d.
The below is the error
1699317422.338490998: src/main/tools/linux-sandbox-pid1.cc:521: child started with PID 2
collect2: fatal error: cannot find 'ld'
compilation terminated.
1699317422.460192079: src/main/tools/linux-sandbox-pid1.cc:538: wait returned pid=2, status=0x100
1699317422.460197098: src/main/tools/linux-sandbox-pid1.cc:556: child exited normally with code 1
1699317422.484706913: src/main/tools/linux-sandbox.cc:233: child exited normally with code 1
Target //dmlab2d:dmlab2d_wheel failed to build
INFO: Elapsed time: 138.600s, Critical Path: 100.78s
INFO: 296 processes: 14 internal, 282 linux-sandbox.
FAILED: Build did NOT complete successfully
Hello, i am facing the issue when i am trying to build dmlab2d. The below is the error 1699317422.338490998: src/main/tools/linux-sandbox-pid1.cc:521: child started with PID 2 collect2: fatal error: cannot find 'ld' compilation terminated. 1699317422.460192079: src/main/tools/linux-sandbox-pid1.cc:538: wait returned pid=2, status=0x100 1699317422.460197098: src/main/tools/linux-sandbox-pid1.cc:556: child exited normally with code 1 1699317422.484706913: src/main/tools/linux-sandbox.cc:233: child exited normally with code 1 Target //dmlab2d:dmlab2d_wheel failed to build INFO: Elapsed time: 138.600s, Critical Path: 100.78s INFO: 296 processes: 14 internal, 282 linux-sandbox. FAILED: Build did NOT complete successfully
Can you help me to solve this issue?