This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

are there known problems developing on MacOS X


Are there problems in using MacOS X (10.1.3) as a host platform for 
GCC development
(I'm doing cross-compilers, not PPC native work).

The reason I ask is that the Apple compiler (cc --version says 
2.95.2) seems to choke
on trying to build sim/common/sim-events.c

cc -c ../../../sim/tpc/../common/sim-events.c -DHAVE_CONFIG_H 
-DWITH_DEFAULT_MODEL='"tpc"'  -DPROFILE=1 -DWITH_PROFILE=-1 
-DWITH_ALIGNMENT=STRICT_ALIGNMENT 
-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN 
-DWITH_ENVIRONMENT=ALL_ENVIRONMENT 
-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN               -I. 
-I../../../sim/tpc -I../common -I../../../sim/tpc/../common 
-I../../include -I../../../sim/tpc/../../include -I../../bfd 
-I../../../sim/tpc/../../bfd -I../../opcodes 
-I../../../sim/tpc/../../opcodes -I../../intl 
-I../../../sim/tpc/../../intl -g
../../../sim/tpc/../common/sim-types.h:57: syntax error, found `)'
../../../sim/tpc/../common/sim-types.h:57: bad attribute 
specification, expecting constant, found `;'


-- 
------------------------------------------------------------------------

		    Quality Software Management
		http://home.earthlink.net/~qsmgmt
			apl@alum.mit.edu
			(978)287-0435 Voice
			(978)808-6836 Cell
			(978)287-0436 Fax

	Software Process Improvement and Management Consulting
	     Language Design and Compiler Implementation


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]