Ticket #3375 (closed bug: fixed)
New gcc 4.3.3 cross-compiler doesn't compile pci.cpp
| Reported by: | umccullough | Owned by: | mmlr |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | Build System | Version: | R1/pre-alpha1 |
| Keywords: | Cc: | tombhadAC@… | |
| Blocked By: | Platform: | All | |
| Blocking: |
Description
It seems that once mmlr had fixed the cross-compiler generate on linux (YAY!) - I was able to create the cross-tools.
However, it will not compile Haiku. (See attached output from compile)
It seems the previous gcc compiler had an extra gcc/gcc/config/t-haiku file with the following contents (scraped from my old build env):
umccullough@debsrv3:/work/haiku/buildtools/trunk/gcc/gcc/config$ cat t-haiku # The LIMITS_H_TEST looks for limits.h in $(SYSTEM_HEADERS_DIR), but it is in # .../posix. LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/posix/limits.h ]
I am just guessing this is the cause of the failure - I will add it to my new environment to test.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

