-
Notifications
You must be signed in to change notification settings - Fork 326
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
How to compile #29
Comments
Try
|
Many thanks for the help Ed!
It works now.
Regards
Daan
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
…________________________________
From: Ed Gamble <[email protected]>
Sent: Monday, October 15, 2018 8:48:48 PM
To: breadwallet/breadwallet-core
Cc: DaanDW11; Author
Subject: Re: [breadwallet/breadwallet-core] How to compile (#29)
Try gcc -Isecp256k1/ -o test *.c and then './test'. There is no Makefile at the top-level so you need to specify the build by hand. And, make sure you checked-out the code with --recursive.
ebg@ebg(186)$ gcc -Isecp256k1/ -o test *.c
BRKey.c:51:32: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
^
1 warning generated.
ebg@ebg(187)$ ./test
BRIntsTests... success
BRArrayTests... ...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#29 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AqHgeLq0ZGamJbUHgFI6IObfQsvkOtY3ks5ulNiQgaJpZM4XcHhQ>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey I am a beginning c programmer and I can't compile this project.
I cloned this project and tried to compile the project with:" gcc test.c" but it had a lot of errors.
What am I doing wrong?
Thanks in advance
Daan
The text was updated successfully, but these errors were encountered: