arm-eabi-toolchain icon indicating copy to clipboard operation
arm-eabi-toolchain copied to clipboard

2012.03-56 patch failure

Open ilg-ul opened this issue 12 years ago • 3 comments

I tried to build the just released version, and I got the following error during the patch step:

... ~/Work/NoBackup/Sourcery/arm-cs-tools-2012.03-56-4c24572-20120611/jsnyder-arm-eabi-toolchain-4c24572/gcc-4.6-2012.03 ~/Work/NoBackup/Sourcery/arm-cs-tools-2012.03-56-4c24572-20120611/jsnyder-arm-eabi-toolchain-4c24572 patching file gcc/gengtype.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file gcc/gengtype.c.rej make: *** [newvpatch] Error 1 rm arm-2012.03-56-arm-none-eabi/binutils-2012.03-56.tar.bz2

regards,

Liviu

ilg-ul avatar Jun 11 '12 13:06 ilg-ul

The new Mentor toolchain includes GCC 4.6.3, which already has that patch applied. The patch was just there to work around an issue in the old GCC 4.6.1 toolchain and can probably be removed after upgrading to the new version.

bradtgmurray avatar Jun 11 '12 14:06 bradtgmurray

Any plan for the upgrade to the new version?

ilg-ul avatar Jun 11 '12 15:06 ilg-ul

I get the same error for gentype, but also for the genmultilib patch.

For example:

pushd gcc-4.6-2012.03 &&
patch -N -p0 < ../patches/gcc-multilib-bash.patch &&
popd ; ~/Temp/jsnyder-arm-eabi-toolchain-4c24572/gcc-4.6-2012.03 ~/Temp/jsnyder-arm-eabi-toolchain-4c24572 patching file gcc/genmultilib Reversed (or previously applied) patch detected! Skipping patch. 5 out of 5 hunks ignored -- saving rejects to file gcc/genmultilib.rej make: *** [multilibbash] Error 1

Is it the same cause with GCC 4.6.3? So could I comment out these patches in the makefile to build successfully?

tmeissner avatar Jul 10 '12 04:07 tmeissner