Cross-compile toolchain for ARM MCUs in Ubuntu
Today I’ll tell you how to get cross-compile toolchain for Ubuntu. There are other MCU toolchains as well but I will focus on ARM version. Toolchains are req...
Today I’ll tell you how to get cross-compile toolchain for Ubuntu. There are other MCU toolchains as well but I will focus on ARM version. Toolchains are req...
It is because you have 64 bit libraries and the program requires 32 bit libraries. Answer is simple! install ia32-libs libraries. On Ubuntu,
While installing a plugin to your python you might encounter this error, even though you have a valid python installation. The reason is, you are using 64 bi...
You may want to have GDB binaries for Windows. I use MinGW and I tried to do
This error made me work for hours. It happens when you have Python enabled GDB and gdbinit ready on Eclipse. So default debugger on Eclipse makes debugger to...