Opened 9 months ago

#72820 new defect

objconv broken on big-endian platforms: maindef.h: error: #error This machine has big-endian memory organization

Reported by: barracuda156 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.11.4
Keywords: powerpc Cc:
Port: objconv

Description

--->  Building objconv
In file included from stdafx.h:34,
                 from cmdline.cpp:14:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from cof2asm.cpp:12:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from cof2cof.cpp:12:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from cof2elf.cpp:12:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from cof2omf.cpp:12:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from coff.cpp:14:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from containers.cpp:18:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from disasm1.cpp:16:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from disasm2.cpp:14:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from elf.cpp:14:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from elf2asm.cpp:12:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from elf2cof.cpp:12:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from elf2elf.cpp:12:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from elf2mac.cpp:13:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from error.cpp:17:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from library.cpp:14:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from mac2asm.cpp:12:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from mac2elf.cpp:13:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from mac2mac.cpp:12:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from macho.cpp:14:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from main.cpp:16:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from omf.cpp:14:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from omf2asm.cpp:12:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from omf2cof.cpp:12:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from omfhash.cpp:14:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
In file included from stdafx.h:34,
                 from opcodes.cpp:59:
maindef.h:32:5: error: #error This machine has big-endian memory organization. Objconv program will not work
Command failed: /usr/bin/g++-4.2 -o objconv -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc *.cpp
Exit code: 1

Change History (0)

Note: See TracTickets for help on using tickets.