Skip to content

Undefined reference to `TEEC_InitializeContext' #22

@rzhtm4

Description

@rzhtm4

In the new GCC the order of the libraries matters, otherwise it will throw these Undefined reference errors. At host's hello_world Makefile:

$(BINARY): $(OBJS)
-        $(CC) $(LDADD) -o $@ $<
+        $(CC) -o $@ $< $(LDADD)

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