Advertisement
Guest User

Untitled

a guest
Aug 28th, 2018
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.88 KB | None | 0 0
  1. root@litten:/home/boothf/WireGuard/src# make
  2.   AS [M]  /home/boothf/WireGuard/src/crypto/curve25519-arm.o
  3. /home/boothf/WireGuard/src/crypto/curve25519-arm.S: Assembler messages:
  4. /home/boothf/WireGuard/src/crypto/curve25519-arm.S:1563: Error: immediate expression requires a # prefix -- `moveq r5,1'
  5. /home/boothf/WireGuard/src/crypto/curve25519-arm.S:1567: Error: immediate expression requires a # prefix -- `moveq r5,1'
  6. /home/boothf/WireGuard/src/crypto/curve25519-arm.S:1570: Error: immediate expression requires a # prefix -- `moveq r5,5'
  7. /home/boothf/WireGuard/src/crypto/curve25519-arm.S:1573: Error: immediate expression requires a # prefix -- `moveq r5,10'
  8. /home/boothf/WireGuard/src/crypto/curve25519-arm.S:1575: Error: immediate expression requires a # prefix -- `moveq r5,20'
  9. /home/boothf/WireGuard/src/crypto/curve25519-arm.S:1577: Error: immediate expression requires a # prefix -- `moveq r5,10'
  10. /home/boothf/WireGuard/src/crypto/curve25519-arm.S:1581: Error: immediate expression requires a # prefix -- `moveq r5,50'
  11. /home/boothf/WireGuard/src/crypto/curve25519-arm.S:1583: Error: immediate expression requires a # prefix -- `moveq r5,100'
  12. /home/boothf/WireGuard/src/crypto/curve25519-arm.S:1585: Error: immediate expression requires a # prefix -- `moveq r5,50'
  13. /home/boothf/WireGuard/src/crypto/curve25519-arm.S:1588: Error: immediate expression requires a # prefix -- `moveq r5,5'
  14. /home/boothf/WireGuard/src/crypto/curve25519-arm.S:1591: Error: immediate expression requires a # prefix -- `moveq r5,0'
  15. scripts/Makefile.build:429: recipe for target '/home/boothf/WireGuard/src/crypto/curve25519-arm.o' failed
  16. make[2]: *** [/home/boothf/WireGuard/src/crypto/curve25519-arm.o] Error 1
  17. Makefile:1523: recipe for target '_module_/home/boothf/WireGuard/src' failed
  18. make[1]: *** [_module_/home/boothf/WireGuard/src] Error 2
  19. Makefile:36: recipe for target 'module' failed
  20. make: *** [module] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement