Questions tagged as 'makefile'

0
answers

wildcard windows

Someone can tell me how to solve the following problem, about windows environment: In makefile I have: INCLUDE = $(wildcard $(addsuffix /*.h,$(INCLUDEDIR))) where are the headers. But I need it to appear \ instead of /*.h. The proble...
asked by 04.07.2018 / 01:40
0
answers

problems in my makefile

Good afternoon I have a problem with my makefile file, I think it's in the variable "objs=" but I do not see where the fault is. I would appreciate your help. Work environment is windows. My directory structure has: c:\Users\usuario\WORKSP...
asked by 02.07.2018 / 18:53
0
answers

I can not compile drivers

For some time now I have Linux (Parrot OS based on Debian), and every time I want to compile (mostly drivers) the terminal reports this error:    /usr/src/linux-headers-4.16.0-parrot5-common/scripts/Makefile.build:329:   failure in the instru...
asked by 28.05.2018 / 16:54
0
answers

make c ++ reference without defining library ntl

I'm trying to run a small test with the HELib library, download it here Helib Specifically explained here Tutorial I have followed the steps correctly to install the necessary libraries. The problem is given when doing make HEcalc...
asked by 25.04.2018 / 18:22
0
answers

Valgrind errors in compilation and execution

When I run a program with the valgreend I get the following: ==6153== Invalid read of size 4 ==6153== at 0x401620: estado::n_transiciones() (estadoNFA.cpp:31) ==6153== by 0x401C82: nfa::mostrar(std::ostream&) (NFA.cpp:96) ==6153==...
asked by 18.10.2017 / 02:49