Opened 3 years ago
Last modified 2 years ago
#65009 assigned defect
crafty @25.2: invalid input/output constraints in asm
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | kurthindenburg (Kurt Hindenburg) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | arm64 | Cc: | |
Port: | crafty |
Description
./lock.h:57:8: error: invalid output constraint '=&q' in asm :"=&q"(dummy) ^ ./lock.h:69:8: error: invalid input constraint 'q' in asm :"q"(lock) ^
Change History (4)
comment:1 Changed 2 years ago by kurthindenburg (Kurt Hindenburg)
comment:2 Changed 2 years ago by kurthindenburg (Kurt Hindenburg)
comment:3 Changed 2 years ago by jmroot (Joshua Root)
Can it really not even be built as x86_64 on an arm system?
comment:4 Changed 2 years ago by kurthindenburg (Kurt Hindenburg)
Note: See
TracTickets for help on using
tickets.
I agree. Their site is down and not likely to be updated. I'll try to see if anyone else has patched it.