1833475 Members
2835 Online
110052 Solutions
New Discussion

New GCC problems

 
SOLVED
Go to solution
Wagner Marroni
Occasional Advisor

New GCC problems


Friends,

After get "gnu make version 3.79.1" and "Binutils", we start a compilation process in a hp-ux 10.20 environment. Everithing is allright and then...

Bootstrap comparison failure!

alias.o differs
attribs.o differs
bb-reorder.o differs
bitmap.o differs

(list follow until the end of the world)

Any sugestion?

Wagner
Wagner>
11 REPLIES 11
H.Merijn Brand (procura
Honored Contributor

Re: New GCC problems

Yeah, a lot :)

Start with just looking if my builds work for you. Just download from https://www.beepz.com/personal/merijn/

What happens is that you are using HP 'as' and not GNU 'gas'. HP's assembler puts timestamps in the objects, and these will differ. Always.

Any reason to prefer your own build over mine? Masochist? :)

It's a real pita to build the first working version of gcc on HP-UX. Once you have a working version, you can use it (together with binutils) to build it again, which is much simpler.
Enjoy, Have FUN! H.Merijn
Wagner Marroni
Occasional Advisor

Re: New GCC problems

Friend Procura,

Several times i try to access https://www.beepz.com/personal/merijn/ but i don??t have success. I think have some problem with this site. Have you an alternative local to get your prebuilt binaries?

Your masochist friend from Brazil.

Wagner
Wagner>
H.Merijn Brand (procura
Honored Contributor

Re: New GCC problems

I had contact with the owner of that site, our valued ITRC member Steven Sim, and he found out that the IP has changed. Should be available when the DNS's have synced.

When beepz is `up' again (for the rest of the world that is) I'll also upload the yesterday statistics
Enjoy, Have FUN! H.Merijn
H.Merijn Brand (procura
Honored Contributor

Re: New GCC problems

https://www.beepz.com/personal/merijn/ is up again.
Enjoy, Have FUN! H.Merijn
Wagner Marroni
Occasional Advisor

Re: New GCC problems


Still have problems to access here.

Now 09:56 am.

hugs

Wagner
Wagner>
Wagner Marroni
Occasional Advisor

Re: New GCC problems


HAAAAAAAAAA

Is ok now. Starting download. Feedback later.

Hugs

Wagner
Wagner>
H.Merijn Brand (procura
Honored Contributor

Re: New GCC problems

Same here right now. Will contact Steven.
If back on, I'll report.
Enjoy, Have FUN! H.Merijn
Wagner Marroni
Occasional Advisor

Re: New GCC problems

Dear Procura,

gcc 3.2 + binutils 2.13 + gdb 5.2.1 are loaded on my 10.20 machine, but we don??t obtain success to install appropriately this product. Have you some tips to make this?

Sorry to disturb your day.

Wagner
Wagner>
H.Merijn Brand (procura
Honored Contributor
Solution

Re: New GCC problems

My archives are no depots. Just compressed tar archives

Assumed gcc-3.2-32-10.20-hppa1.1.tbz is downloaded to /tmp, and you have bzip2 available (also available on beepz)

# cd /usr
# mkdir local
# cd local
# bzip2 -d
There has to be a pa11_32 directory now. It could be that I remembered false and that the tar is made from a higher point. Drill down this folder and move pa11_32 to /usr/local

Then extend you $PATH (add it in /etc/PATH for ease of use) with /usr/local/pa11_32/bin and all utils are available
Enjoy, Have FUN! H.Merijn
Wagner Marroni
Occasional Advisor

Re: New GCC problems


Done.

Thank you for your attention.

Hugs.

Wagner
Wagner>
H.Merijn Brand (procura
Honored Contributor

Re: New GCC problems

You're welcome. Please asign 0 points to all other messages in this thread to reach a higher asign percentage. It may help you in future questions, since some members only reply to members with a high asign rate.

Anyway, have fun. I have plans to update the page with gcc-3.3 as soon as it comes out. I'm testing the prereleases, and they look sane.
Enjoy, Have FUN! H.Merijn