Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2012.03-56 patch failure #22

Open
ilg-ul opened this issue Jun 11, 2012 · 3 comments
Open

2012.03-56 patch failure #22

ilg-ul opened this issue Jun 11, 2012 · 3 comments

Comments

@ilg-ul
Copy link

ilg-ul commented Jun 11, 2012

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

@bradtgmurray
Copy link
Contributor

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.

@ilg-ul
Copy link
Author

ilg-ul commented Jun 11, 2012

Any plan for the upgrade to the new version?

@tmeissner
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants