Skip to content

undefined reference to `__stack_chk_fail_local' #2

@Taiko3615

Description

@Taiko3615

In case you have this error message while making the library,
Just open the Make file, then replace the lines

CC = cc
LD = ld
CFLAGS = -fPIC

With

CC = cc
LD = gcc
CFLAGS = -fPIC

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