I'm in need of building up a development environment using an older version of the gnu-arm-toolchain.
The assembler in need is
GNU assembler (GNU Tools for ARM Embedded Processors) 2.24.0.20150304Copyright 2013 Free Software Foundation, Inc.This program is free software; you may redistribute it under the terms ofthe GNU General Public License version 3 or later.This program has absolutely no warranty.This assembler was configured for a target of `arm-none-eabi'.
Is there a chance to find it somewhere (either sources or macOS, FreeBSD, Linux binaries)?
Krischu said:To assure that the last produced binary is exactly identical from what I build on the new platform, I need to have exact the same version of assembler on the new platform, because the latest toolchain version did not produce the exact same results.
To assure that the last produced binary is exactly identical from what I build on the new platform, I need to
have exact the same version of assembler on the new platform, because the latest toolchain version
did not produce the exact same results.
Understood. Thank you.