Karna Sodari

Linux Administrator/Engineer. 9 year experience in Linux System Administrator/Engineer.
49 Posts

How Do I Fix x264 M128/__m128 Undefined Error During Make on Linux

I was trying to compile x264 on my Linux machine (x86_64), and everything was going fine until I hit a strange set of compile...

Why Am I Getting Error When Cross Compiling SystemTap for Embedded Linux Devices?

I hit a pair of head-scratchers while cross-compiling SystemTap on Ubuntu 18.04 for aarch64: During ./configure configure: error: missing elfutils development headers/libraries During make (link stage) /usr/bin/ld: libstrfloctime.a(...):...

How to Fix a Linux Driver Cause a Multiple Definition Error for My Firmware Array?

When working with Linux drivers, firmware arrays, or system commands, one of the most common problems I’ve run into is multiple definition errors or...

How Do I Fix SQLITE_NOMEM Error on Linux 64-Bit with LabVIEW

I hit a wall trying to call SQLite from LabVIEW on Linux x86_64 (RHEL6). The exact same VI worked beautifully on Win32/Win64/Linux32, but on...

How to Fix Cross Compiling for Raspberry Pi 3 on Linux Error with Boost

I ran into a really frustrating problem while trying to cross compile an application for my Raspberry Pi 3. I didn’t want to keep...