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

XDMA: SSL error when compile xdma #39

Open
lvtoto opened this issue Oct 31, 2019 · 2 comments
Open

XDMA: SSL error when compile xdma #39

lvtoto opened this issue Oct 31, 2019 · 2 comments

Comments

@lvtoto
Copy link

lvtoto commented Oct 31, 2019

when do the step "cd xdma, sudo make install", it reports below. I use Ubuntu 18.04.

make[1]: Entering directory '/usr/src/linux-headers-5.0.0-23-generic'
INSTALL /home/my/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma.ko
At main.c:160:

  • SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
  • SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
    sign-file: certs/signing_key.pem: No such file or directory
    DEPMOD 5.0.0-23-generic
    Warning: modules_install: missing 'System.map' file. Skipping depmod.
    make[1]: Leaving directory '/usr/src/linux-headers-5.0.0-23-generic'
@Thesane
Copy link

Thesane commented Nov 12, 2019

you need to generate the signing key using the followiing
$: cd /usr/src/linux-headers-$(uname -r)/certs
$: sudo openssl req -new -x509 -newkey rsa:2048 -keyout signing_key.pem -outform DER -out signing_key.x509 -nodes -subj "/CN=Owner/"
then try make install again

@hmaarrfk
Copy link

Hello,

My name is Mark Harfouche. I am not affiliated with Xilinx in any way. Over the
years of using QDMA, I've been wanted better community organization.

I've created a fork of dma_ip_drivers which I intend to maintain and work with the
community at large to improve.

The fork can be found https://github.com/hmaarrfk/dma_ip_drivers

For now, I am stating the main goals of the repository in
hmaarrfk#2

If you are interested in working together, feel free to open an issue or PR to
my fork.

Best,

Mark

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

No branches or pull requests

3 participants