#4707 closed defect
configure: wrong as,ar,ranlib,strip for arm-oe-linux-gnueabi
Reported by: | (none) | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Ports |
Version: | Keywords: | build | |
Cc: | Game: |
Description
I was crosscompiling scummvm for OpenEmbedded for armv4t. Version 0.12.0 compiled fine, but with 1.0.0 wrong as is choosen to compile the asm code instead of arm-oe-linux-gnueabi-as as it's defined in the AS enviroment varialbe. Same for ar, ranlib and strip. After ./configure config.mk set's these variables the buildhost one's. (as, ar, ranlib, strip)
configure paramters used: --build=x86_64-linux --host=arm-oe-linux-gnueab --target=arm-oe-linux-gnueabi config.sub arm-oe-linux-gnueabi returns arm-oe-linux-gnueabi
Ticket imported from: #2904996. Ticket imported from: bugs/4707.
Change History (6)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Status: | new → pending |
---|
comment:3 by , 15 years ago
This tracker item is pending response by the submitter; we cannot continue processing it before that happens. As a consequence, its status has been set to "Pending". It will automatically revert to "Open" once a new comment is made to this item. If no response is made within 14 days, it will automatically be closed.
Thank you.
comment:4 by , 15 years ago
This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
comment:5 by , 15 years ago
Status: | pending → closed |
---|
comment:6 by , 6 years ago
Component: | → Ports |
---|
Hm, I don't understand. Running ScummVM's with these parameters should result in an error (and I just verified, I am right). We don't support neither --build nor --target :). So something about your report is not quite right :)