-
Notifications
You must be signed in to change notification settings - Fork 16
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
Compile failing with c_src/fdlink.o present #1
Comments
Sorry. |
not generated file c_src/fdlink.o ==> "sh" |
The compilation fails after a clean clone:
==> sh (compile)
c_src/fdlink.o: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
ERROR: cc c_src/fdlink.o $LDFLAGS -L/usr/lib/erlang/lib/erl_interface-3.7.16/lib -lerl_interface -lei -o priv/fdlink failed with error: 1 and output:
c_src/fdlink.o: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
Removing c_src/fdlink.o fix the issue.
I guess this file shouldn't be present in the repo as it is architecture & system dependent and is built anyway during compilation when absent.
The text was updated successfully, but these errors were encountered: