Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[aarch64] Error: invalid register list at operand 1 #312

Closed
imkow opened this issue Mar 27, 2018 · 6 comments
Closed

[aarch64] Error: invalid register list at operand 1 #312

imkow opened this issue Mar 27, 2018 · 6 comments
Labels

Comments

@imkow
Copy link

imkow commented Mar 27, 2018

/tmp/ccmdPLf6.s: Assembler messages:
/tmp/ccmdPLf6.s:13895: Error: invalid register list at operand 1 -- ld1 {v6.4s,v3.4s,v7.4s,v16.4s},[x20],#64' /tmp/ccmdPLf6.s:13897: Error: invalid register list at operand 1 -- ld1 {v17.4s,v4.4s,v18.4s,v19.4s},[x20],#64'
/tmp/ccmdPLf6.s:13899: Error: invalid register list at operand 1 -- ld1 {v20.4s,v5.4s,v21.4s,v22.4s},[x20],#64' /tmp/ccmdPLf6.s:13901: Error: invalid register list at operand 1 -- ld1 {v23.4s,v2.4s,v24.4s,v25.4s},[x20],#64'
/tmp/ccmdPLf6.s:14471: Error: invalid register list at operand 1 -- `ld1 {v3.4s,v0.4s},[x20],#32'
src/CMakeFiles/ncnn.dir/build.make:518: recipe for target 'src/CMakeFiles/ncnn.dir/layer/arm/convolution_arm.cpp.o' failed

GCC5.4 aarch64 on Linux

@nihui nihui added the bug label Mar 27, 2018
@nihui nihui closed this as completed in 318d3ab Mar 28, 2018
@imkow
Copy link
Author

imkow commented Mar 28, 2018

the same problem still exists. thx

@imkow
Copy link
Author

imkow commented Mar 28, 2018

@nihui the same problem still exists. thx

@nihui
Copy link
Member

nihui commented Mar 28, 2018

make sure you have updated to the latest code and played with clean build

@imkow
Copy link
Author

imkow commented Mar 28, 2018

@nihui pretty sure I'd pulled the latest code and built completely clean. Thx.

@imkow
Copy link
Author

imkow commented Mar 29, 2018

@nihui 换了个板子, 系统不同, 但也是ARM64, GCC 6.3 同样问题
/tmp/cc0u01PH.s: Assembler messages:
/tmp/cc0u01PH.s:12395: Error: invalid register list at operand 1 -- ld1 {v6.4s,v3.4s,v7.4s,v16.4s},[x20],#64' /tmp/cc0u01PH.s:12397: Error: invalid register list at operand 1 -- ld1 {v17.4s,v4.4s,v18.4s,v19.4s},[x20],#64'
/tmp/cc0u01PH.s:12399: Error: invalid register list at operand 1 -- ld1 {v20.4s,v5.4s,v21.4s,v22.4s},[x20],#64' /tmp/cc0u01PH.s:12401: Error: invalid register list at operand 1 -- ld1 {v23.4s,v2.4s,v24.4s,v25.4s},[x20],#64'
/tmp/cc0u01PH.s:12972: Error: invalid register list at operand 1 -- `ld1 {v3.4s,v0.4s},[x20],#32'
src/CMakeFiles/ncnn.dir/build.make:518: recipe for target 'src/CMakeFiles/ncnn.dir/layer/arm/convolution_arm.cpp.o' failed
make[2]: *** [src/CMakeFiles/ncnn.dir/layer/arm/convolution_arm.cpp.o] Error 1

@nihui
Copy link
Member

nihui commented Mar 29, 2018

reopen untill new workaround lands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants