help-nano
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Statically compiling for armv7l


From: Junk
Subject: Statically compiling for armv7l
Date: Wed, 7 Jun 2023 23:27:15 -0400

Hello,

I am trying to statically compile nano with all included libraries for armv7l, to be used on kernelĀ 4.14.117.

I am trying to set the compiler options and settings to configure, but I am not arriving with a binary that will run on the intended target system.

export CC=arm-linux-gnueabihf-gcc
export CFLAGS=-O2 -Wall -static
./configure --host=arm-linux-gnueabhf

Is there anything else that would be needed? This is my first time statically compiling -- please be gentle with me.

Thanks,
TJ

reply via email to

[Prev in Thread] Current Thread [Next in Thread]