Skip to main content

All Questions

Tagged with
0 votes
1 answer
148 views

Can g++ compilers be used to build linux software on macos?

On windows I am able to develop for linux using WSL2. I ususally use CLion which allows me to switch between msvc and g++ with a flip of a switch. Is it possible to do the same thing on Mac? If so, ...
CiaranWelsh's user avatar
  • 3,266
1 vote
1 answer
6k views

GDB cross-compilation for arm

I cross-compiling gdb on ubuntu 16.04 to debug an application running on arm. The main tutorial I'm following is https://sourceware.org/gdb/wiki/BuildingCrossGDBandGDBserver The cross-toolchain ...
donets20's user avatar
  • 121
1 vote
1 answer
77 views

The simplest way of running a cross-compiled executable in a FreeBSD environment

I have an executable cross-compiled for FreeBSD in a docker container. What is the simplest way of running it?
hedgar2017's user avatar
1 vote
1 answer
3k views

cross compile gdb server to mips arc

Hi Im trying to crosscompile gdbserver to mips architecture . I'v donwloaded gdb 7-12 and after running configure ./configure --host=mips-linux-gnu Im getting an error Makefile:263: recipe for ...
Slobodan Vidovic's user avatar
3 votes
1 answer
882 views

What crashed Automake?

When downloading open-source software from the internet (in this case: PHP 5.5.5), they often come with an Automake "script" (if I can call it a script) for building from source. Now I'm ...
Steven Liekens's user avatar
2 votes
2 answers
4k views

What are the Compile time considerations to reduce the size of binary on Linux?

I have compiled one utility and created the binary on my Linux System. But the size of this binary is 2.3 MB and I need to reduce the size of this binary. I tried applying STRIP on the binary but its ...
nyk_mat's user avatar
  • 81