Replies: 1 comment
-
可以切 debug 断点调下。。 xmake f -m debug
xmake run -d |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xmake版本:xmake v2.9.8+HEAD.13fc39238
问题描述:xmake编译后,xmake r运行可执行文件会报错:error: execv(C:\Users\admin\Documents\linalg-cpp\build\windows\x64\release\linalg-cpp.exe ) failed(-1073740940)
但是如果我直接运行可执行文件:./build/windows/x64/release/linalg-cpp.exe则不会报这个错误。
下面是代码:
xmake.lua
main.cpp
matrix.h
matrix.cpp
linear_regression.h
linear_regression.cpp
Beta Was this translation helpful? Give feedback.
All reactions