Skip to content

Commit 620efd2

Browse files
committed
.
1 parent b565462 commit 620efd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Build Scripts and Toolchain Helpers
22

3-
* activate-openwrt-toolchain.env - place file in prebuilt OpenWRT toolchain root, source it for productivity, etc.
4-
* activate-musl-toolchain.env - place file in musl-cross-make toolchain root, source it for productivity, etc.
5-
* gdbserver-7.12-static-build.sh - shell script to build a static gdb-7.12 gdbserver using a cross-compile toolchain
3+
* ```activate-openwrt-toolchain.env``` - place file in prebuilt OpenWRT toolchain root, source it for productivity, etc.
4+
* ```activate-musl-toolchain.env``` - place file in musl-cross-make toolchain root, source it for productivity, etc.
5+
* ```gdbserver-7.12-static-build.sh``` - shell script to build a static gdb-7.12 gdbserver using a cross-compile toolchain
66

77
### First - if you just want to grab a statically linked gdbserver for a specific MIPS(EL) or ARM platform ...
88

@@ -36,7 +36,7 @@ $ make -j gdbserver GDBSERVER_LIBS="/path/to/libstdc++.a /path/to/libgcc_eh.a"
3636

3737
You will have a statically compiled GDB 7.12 gdbserver for your native OS. Read on for the cross-compile stuff, which is a little more involved but still pretty simple
3838

39-
### Use an env script with a pre-built OpenWrt Toolchain
39+
### Use ```activate-openwrt-toolchain.env``` with a pre-built OpenWrt Toolchain
4040

4141
Browse to https://downloads.openwrt.org/snapshots/trunk/ to find your toolchain
4242

@@ -57,7 +57,7 @@ $ cp ~/gdb-7.12-crossbuilder/activate-openwrt-toolchain.env /openwrt-toolchains/
5757
$ source /openwrt-toolchains/$TOOLCHAIN/activate
5858
```
5959

60-
### Use an env script with an installed toolchain built by musl-cross-make
60+
### Use ```activate-musl-toolchain.env``` with an installed toolchain built by musl-cross-make
6161

6262
Using musl-cross-make is a nice experience- I recommend you try it. If you do, all you need to do is edit config.mak, use make -j and make install. That's it. You're done. The activate-musl-toolchain file is for you to place in the root of the installed toolchain to use as a convenience to "activate" the toolchain in your environment.
6363

0 commit comments

Comments
 (0)