Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: [OT] Small and dirty 32 bit environment just to flash my Bus Pirate
Date: Wed, 19 Jul 2017 17:55:29
Message-Id: oko6dm$uhl$1@blaine.gmane.org
In Reply to: Re: [gentoo-user] Re: [OT] Small and dirty 32 bit environment just to flash my Bus Pirate by tuxic@posteo.de
1 On 19/07/17 20:40, tuxic@××××××.de wrote:
2 > the tool is statically linked and only the command "file"
3 > reveals its 32bit nature.
4
5 Have you tried just running it? And as Mick mentioned, run your tool
6 with linux32:
7
8 $ linux32 ./tool
9
10 It might just work without you having to do anything else. Since its
11 statically linked, you shouldn't need any 32-bit libs.
12
13 One thing that might prevent it from working, is that it might need an
14 old kernel version or a compatibility kernel option that is disabled by
15 default on modern kernel versions.
16
17 But in the end, you won't know until you actually try it.