esp-open-sdk icon indicating copy to clipboard operation
esp-open-sdk copied to clipboard

added comments to blinky/Makefile for STANDALONE=n builds

Open mjcross opened this issue 6 years ago • 2 comments

Added a hint for people who build with STANDALONE=n, notably to add -L/path_to/sdk/ld to LDLIBS so that the linker can find eagle.app.v6.ld

mjcross avatar Jan 19 '18 10:01 mjcross

I don't that adding such notices to each and every sample scales. Instead, this is written in the top-level README.

pfalcon avatar Jan 19 '18 11:01 pfalcon

Sure - that makes total sense

Even so, blinky is the first app that most people will try to build so they may appreciate a little extra help in that case.

Perhaps I missed the part of he README about including the path to sdk/ld so that the linker can find eagle.app.v6.ld ?

Thanks for all your work on the project

Sent from my iPhone

On 19 Jan 2018, at 11:24, Paul Sokolovsky [email protected] wrote:

I don't that adding such notices to each and every sample scales. Instead, this is written in the README.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mjcross avatar Jan 19 '18 11:01 mjcross