Advertisement
keatondunsford

make fail

Oct 11th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Undefined symbols for architecture x86_64:
  2. "_f16_add", referenced from:
  3. _u3qes_add in rh.o
  4. _u3wes_add in rh.o
  5. "_f16_div", referenced from:
  6. _u3qes_div in rh.o
  7. _u3wes_div in rh.o
  8. "_f16_eq", referenced from:
  9. _u3qes_add in rh.o
  10. _u3wes_add in rh.o
  11. _u3qes_sub in rh.o
  12. _u3wes_sub in rh.o
  13. _u3qes_mul in rh.o
  14. _u3wes_mul in rh.o
  15. _u3qes_div in rh.o
  16. ...
  17. "_f16_le", referenced from:
  18. _u3qes_lte in rh.o
  19. _u3wes_lte in rh.o
  20. _u3qes_gte in rh.o
  21. _u3wes_gte in rh.o
  22. "_f16_lt", referenced from:
  23. _u3qes_lth in rh.o
  24. _u3wes_lth in rh.o
  25. _u3qes_gth in rh.o
  26. _u3wes_gth in rh.o
  27. "_f16_mul", referenced from:
  28. _u3qes_mul in rh.o
  29. _u3wes_mul in rh.o
  30. "_f16_mulAdd", referenced from:
  31. _u3qes_fma in rh.o
  32. "_f16_sqrt", referenced from:
  33. _u3qes_sqt in rh.o
  34. _u3wes_sqt in rh.o
  35. "_f16_sub", referenced from:
  36. _u3qes_sub in rh.o
  37. _u3wes_sub in rh.o
  38. ld: symbol(s) not found for architecture x86_64
  39. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  40. make: *** [bin/urbit] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement