mirror of
https://github.com/stayliv3/gdb-static-cross.git
synced 2024-12-26 22:41:04 +08:00
.
This commit is contained in:
parent
5237c49af9
commit
8540513e40
@ -1,4 +1,4 @@
|
|||||||
## Build Scripts and Toolchain Helpers, also known as "how do I build a statically linked gdbserver"
|
## Build scripts and toolchain helpers and how to build a statically linked gdbserver
|
||||||
|
|
||||||
First things first, I apologize for the poor documentation but I did not intend to write any. Hopefully it's better than nothing
|
First things first, I apologize for the poor documentation but I did not intend to write any. Hopefully it's better than nothing
|
||||||
|
|
||||||
@ -18,6 +18,8 @@ This repository is for when you don't need something as heavy as crosstool-ng or
|
|||||||
* `activate-musl-toolchain.env` - place file in musl-cross-make toolchain root, source it for productivity, etc.
|
* `activate-musl-toolchain.env` - place file in musl-cross-make toolchain root, source it for productivity, etc.
|
||||||
* `gdbserver-7.12-static-build.sh` - shell script to build a static gdb-7.12 gdbserver using a cross-compile toolchain. Should be executed from gdb-7.12-/gdb/gdbserver/
|
* `gdbserver-7.12-static-build.sh` - shell script to build a static gdb-7.12 gdbserver using a cross-compile toolchain. Should be executed from gdb-7.12-/gdb/gdbserver/
|
||||||
|
|
||||||
|
*Note that you can use the `--disable-build-with-cxx` option when configuring gdb-7.12/gdb/gdbserver in some cases to make your life easier*
|
||||||
|
|
||||||
### ATTENTION!
|
### ATTENTION!
|
||||||
|
|
||||||
***If you just want to download a statically linked gdbserver for a specific MIPS(EL) or ARM platform, check the src/ directory***
|
***If you just want to download a statically linked gdbserver for a specific MIPS(EL) or ARM platform, check the src/ directory***
|
||||||
|
Loading…
x
Reference in New Issue
Block a user