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

Fix a couple small issues with build instructions. #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

edmazur
Copy link

@edmazur edmazur commented Mar 4, 2024

Original clone command failure:

$ git clone github.com/thesourcerer8/hddsuperclone fatal: repository 'github.com/thesourcerer8/hddsuperclone' does not exist

Original make command failure:

$ make
gcc -Wall -Wextra -O2 -g3 -rdynamic -fno-omit-frame-pointer -fsanitize=address,undefined -Wno-deprecated-declarations create_script_help.c -o create_script_help -lbsd /usr/bin/ld: cannot find -lbsd: No such file or directory collect2: error: ld returned 1 exit status
make: *** [makefile:59: create_script_help] Error 1

Original clone command failure:

$ git clone github.com/thesourcerer8/hddsuperclone
fatal: repository 'github.com/thesourcerer8/hddsuperclone' does not exist

Original make command failure:

$ make
gcc -Wall -Wextra -O2 -g3 -rdynamic -fno-omit-frame-pointer -fsanitize=address,undefined -Wno-deprecated-declarations create_script_help.c -o create_script_help -lbsd
/usr/bin/ld: cannot find -lbsd: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [makefile:59: create_script_help] Error 1
Copy link

sonarqubecloud bot commented Mar 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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

Successfully merging this pull request may close these issues.

1 participant