Hi guys,
By default I have the following rules as libraries added in my project:
-Wl,--start-group,-lxil,-lfreertos,-lgcc,-lc,--end-group -Wl,--start-group,-lxil,-llwip4,-lgcc,-lc,--end-group
As soon as I add my own library, the project gets corrupted.
cannot find -l-Wl,--start-group,-lxil,-llwip4,-lgcc,-lc,--end-group
The SDK places a -l in front of both rules.
I can temporary fix this by removing them in my objects.mk file, but next rebuild you will have the same issue.
How can I fix this?