-
Notifications
You must be signed in to change notification settings - Fork 102
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
树莓派3B上编译失败 #42
Comments
Thanks for your report! I think it is easy to fix by replacing "assert" by "iszero". I will fix it soon. |
@daquexian 谢谢回复 我改过了,但是还是有问题。
我觉得是找不到c++库,因为在cmake的输出中有一句:
我尝试添加
依然找不到
|
我明天也看一下这个问题 |
谢谢回复。 我用clang编译,解决了这个问题。 mkdir build_dabnn
cd build_dabnn
env CC=clang CXX=clang++ cmake .. 另: |
Congratulations! BTW, Could you please join the QQ group(1021964010, nndab)? |
The issue has been solved by using clang instead of gcc. closing |
Replace assert by BNN_ASSERT (solves #42)
环境:
在
时出现错误
cmake ..
结果如下cmake --build .
出错想请教应当如何修改?
The text was updated successfully, but these errors were encountered: