Skip to content

Commit fc665ad

Browse files
committed
Update troubleshooting-guide.md with a few known problems.
1 parent 30821ca commit fc665ad

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

troubleshooting-guide.md

+15
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,20 @@ Also ``/usr/include/math.h:27:10: fatal error: bits/libc-header-start.h: No such
55

66
Run ``sudo apt-get install gcc-multilib``
77
See this [stackoverflow answer](https://stackoverflow.com/a/54082790/).
8+
9+
## /usr/bin/ld: cannot find dummy/path: No such file or directory collect2: error: ld returned 1 exit status
10+
This should not happen. Please share how you managed to accomplish this.
11+
12+
## Builder script returned non-zero ([code]) error code. For troubleshooting guide, go to [...]
13+
This can be caused by variety of issues, please look up in the console output, to which category your case applies:
14+
15+
### Couldn't detect any supported C compilers on your system. Check if your compiler is on the system PATH.
16+
Make sure that you have GCC/NinGW/MSVC compiler installed on your machine. This error shows up because, there's no binary release for your system,
17+
so automatic building program tries to build from source. Without proper c compiler installed, it fails.
18+
19+
## No built binaries found for architecture [architecture]. For troubleshooting guide, go to [...]
20+
nova_builder.py script currently only builds for x86/x86_64. You can also try to build Nova Physics from source, clone this repository and put the binary in nova-binaries/ using proper path format:
21+
``nova-binaries/[operating system]/lib/[architecture]/libnova.*``
22+
823
---
924
In case of other errors, feel free to open a nwe issue, containing the error, system info or anything else that could help resolve this issue.

0 commit comments

Comments
 (0)