From 3a35c5ce5bb5332ad1e1572623e7c85d10e3a14c Mon Sep 17 00:00:00 2001 From: wangyu- Date: Mon, 21 Aug 2017 02:51:00 -0700 Subject: [PATCH] Update build_guide.md --- doc/build_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build_guide.md b/doc/build_guide.md index 080bf06..2f2d4c5 100644 --- a/doc/build_guide.md +++ b/doc/build_guide.md @@ -73,4 +73,4 @@ cc_cross=/home/wangyu/Desktop/OpenWrt-SDK-15.05-ar71xx-generic_gcc-4.8-linaro_uC run `make cross`,the just generated `udp2raw_cross` is the binary,compile done. copy it to your router to run. -`make cross` generates non-static binary. If you have any problem on running it,try to compile a static binary by using `make cross2` or `make cross3`.If your toolchain supports static compiling, usually one of them will succeed. The generated file is still named `udp2raw_cross` +`make cross` generates non-static binary. If you have any problem on running it,try to compile a static binary by using `make cross2` or `make cross3`.If your toolchain supports static compiling, usually one of them will succeed. The generated file is still named `udp2raw_cross`.