You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The linker failed to find the reference functions in the libraries.
I fixed it by putting the LDFLAG to after the Objects. $(CC) $(REAL_CFLAGS) $(OBJECTS) $(REAL_LDFLAGS) -o out/flutter-pi
The linker failed to find the reference functions in the libraries.
$(CC) $ (REAL_CFLAGS) $(OBJECTS) $(REAL_LDFLAGS) -o out/flutter-pi
I fixed it by putting the LDFLAG to after the Objects.
A doc just explained this issue:
https://stackoverflow.com/a/43305704/388520
The text was updated successfully, but these errors were encountered: