Skip to content

Compiling with PPP #15

@ovelhoandre

Description

@ovelhoandre

First, thank you for your work!

I'm trying to compile with PPP, so I added the PPP defines in the "lwipopts.h" file in glue-lwip->arduino, I added $(patsubst %.c,$(BUILD)/%.o,$(wildcard netif/ppp/*.c)) \, $(patsubst %.c,$(BUILD)/%.o,$(wildcard netif/ppp/polarssl/*.c)) \, -include $(BUILD)/*/*/*/*/*.d and -include $(BUILD)/*/*/*/*/*/*.d to the Makefile.lwip2 file. But when I use liblwip2.a in the project, I get the Undefined reference for PPP functions, any ideia?

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