Skip to content

Fail in compiling. #22

Description

@KrashKrash

└─# make
./rebuild.sh --onlyconf
want_cuda: maybe
cuda_path: /usr/local/cuda
nvcc_path: /usr/bin/nvcc
nvcc version: 12.4
CUDA_FLAGS: -lineinfo -I/usr/local/cuda/include -I../parallel-hashmap
CUDA_LIBS: -L/usr/local/cuda/lib64 -Wl,-rpath=/usr/local/cuda/lib64 -lcudart -L/usr/local/cuda/lib64/stubs -Wl,-rpath=/usr/local/cuda/lib64/stubs -lcuda -lcublas -lcurand
make -C kernel libG6K.so
make[1]: Entering directory '/home/krash/lattice-attack/ecdsa-leakage-attack/G6K-GPU-Tensor/kernel'
/root/miniconda3/envs/sage/bin/x86_64-conda-linux-gnu-c++ -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /root/miniconda3/envs/sage/include -fPIC -Ofast -march=native -ftree-vectorize -funroll-loops -std=c++11 -pthread -Wall -Wextra -DMAX_SIEVING_DIM=128 -DGPUVECNUM=65536 -DHAVE_CUDA -I../parallel-hashmap -lineinfo -I/usr/local/cuda/include -I../parallel-hashmap -c sieving.cpp -o sieving.o
In file included from sieving.cpp:1:
siever.h:18:10: fatal error: parallel_hashmap/phmap.h: No such file or directory
18 | #include <parallel_hashmap/phmap.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:47: sieving.o] Error 1
make[1]: Leaving directory '/home/krash/lattice-attack/ecdsa-leakage-attack/G6K-GPU-Tensor/kernel'
make: *** [Makefile:15: kernel/libG6K.so] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions