Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Building gdb and gdbserver cross compiled to arm using docker

Notifications You must be signed in to change notification settings

voidbar/gdb-crosscompiled-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gdb-crosscompiled-docker

This docker builds a cross compiled gdb server and a corresponding gdb binary.

Build

docker build . -t gdbcross

Get the cross compiled Gdb and Gdb Server

docker run --rm gdbcross > compiled.tar.gz

Or, if these binaries are needed during a build in the Dockfiler:

COPY --from=gdbcross:latest /root/gdb-cross.tar.gz /root/

About

Building gdb and gdbserver cross compiled to arm using docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published