Skip to content

HypoDD2.1 Compilation #3

@tonino0013

Description

@tonino0013

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.

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