gwlim / mips24k-barrier-breaker-patch

Add On PatchSet for wr1043nd Router
5 stars 0 forks source link

openssl 1.0.2 doesn't compile in BB, complains about missing zlib.h #3

Closed braveheartleo closed 9 years ago

braveheartleo commented 9 years ago

You can view the relevant error message, preserving the indentations, on pastebin. This is encountered using a target/linux/ramips/rt305x profile.

http://pastebin.com/8QC38vr3

gwlim commented 9 years ago

FIrst try make dirclean && make defconfig && make V=s If it still errors can you try deleting the whole folder and start over? Sometime the configuration got corrupted and my patcher is meant for ease of starting over.

gwlim commented 9 years ago

Tips: Keep all your downloaded sources in 1 directory and symlink to the buildroot when you rebuild this will save your download time and make recompiling lightning fast

braveheartleo commented 9 years ago

It appears that my BB buildroot got dirty, and I had to restart again from scratch. openssl 1.0.2 compiles successfully now.