Opened 11 years ago
Closed 11 years ago
#9997 closed bug (invalid)
unable to build Haiku gcc2 using external cross-tools
Reported by: | kallisti5 | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
While you can build gcc4 images using external haiku buildtools, the gcc2 version doesn't configure properly...
kallisti5@build generated.x86gcc2 :( $ ../configure --alternative-gcc-output-dir ../generated.x86gcc4 --cross-tools-prefix /tmp/haiku-crosstools/i586gcc2/bin/i586-pc-haiku- /tmp/haiku-crosstools/i586gcc2/bin/i586-pc-haiku-ar: error while loading shared libraries: libbfd-2.17-haiku-20100420.so: cannot open shared object file: No such file or directory kallisti5@build generated.x86gcc2 :) $ find /tmp/haiku-crosstools/ -name libbfd-2.17-haiku-20100420.so /tmp/haiku-crosstools/i586gcc2/i686-pc-linux-gnu/i586-pc-haiku/lib/libbfd-2.17-haiku-20100420.so
Note:
See TracTickets
for help on using tickets.
You're a bit sparse on details, like the basics which Haiku revision and which system you're working on, and how you created "/tmp/haiku-crosstools/i586gcc2" in the first place. According to your recent mail on haiku-development, you moved it from its original location, which is not supported.