Dear all,
I have had some problems compiling the hypoDD v2.1. The hypoDD bin did not create after compilation. For those who face the same problem.
O.S. : Ubuntu 22.04 LTS
PC : Latptop Asus ROG CORE I7 / 16GB RAM
Compiler : gcc-11
Firsr Step:
Under HYPODD/src/ path type: make clean
Second Step:
Under HYPODD/src/ path type:
make CFLAGS='-O2 -fno-pie -I../../include' \
FFLAGS='-O2 -ffixed-line-length-none -std=legacy -fallow-argument-mismatch -fno-pie -mcmodel=medium -I../../include' \
LDFLAGS='-no-pie -mcmodel=medium' -j4
This will help you to solve some problems related to " Relocation truncated / R_X86_64_PC32 / .bss overflows "
I hope it helps to anyone who is having this problem.
Dear all,
I have had some problems compiling the hypoDD v2.1. The hypoDD bin did not create after compilation. For those who face the same problem.
Firsr Step:
Under
HYPODD/src/path type:make cleanSecond Step:
Under
HYPODD/src/path type:This will help you to solve some problems related to "
Relocation truncated / R_X86_64_PC32 / .bss overflows"I hope it helps to anyone who is having this problem.