This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Assembler errors for 603e


Hi all,

	I am trying to port the 860 code to 8260 code... 
	I am using the same tools for building it....

	(1) The offsets in the case of 8260 starts from 65k from IMMR.. 
	so i get the error in the assembler as 
 
<cut>

/export/home1/nsuresh/ecos-1.3.1/packages/hal/powerpc/ads/v1_3_1/src/ads.S:125: Error: operand
out of range (65536 not between -32768 and 32767)
/export/home1/nsuresh/ecos-1.3.1/packages/hal/powerpc/ads/v1_3_1/src/ads.S:131: Error: operand
out of range (65540 not between -32768 and 32767)
/export/home1/nsuresh/ecos-1.3.1/packages/hal/powerpc/ads/v1_3_1/src/ads.S:136: Error: operand
out of range (66080 not between -32768 and 32767)
/export/home1/nsuresh/ecos-1.3.1/packages/hal/powerpc/ads/v1_3_1/src/ads.S:140: Error: operand
out of range (65572 not between -32768 and 32767)
/export/home1/nsuresh/ecos-1.3.1/packages/hal/powerpc/ads/v1_3_1/src/ads.S:148: Error: operand
out of range (65792 not between -32768 and 32767)
/export/home1/nsuresh/ecos-1.3.1/packages/hal/powerpc/ads/v1_3_1/src/ads.S:149: Error: operand
out of range (65796 not between -32768 and 32767)
</cut>

	how i can change the range....

	(2) the assembler is not recognising the andi opcode.. any idea
why?
	
<cut>

/export/home1/nsuresh/ecos-1.3.1/packages/hal/powerpc/ads/v1_3_1/src/ads.S:89: Error: Unrecognized
opcode: `andi'
/export/home1/nsuresh/ecos-1.3.1/packages/hal/powerpc/ads/v1_3_1/src/ads.S:99: Error: Unrecognized
opcode: `andi'
/export/home1/nsuresh/ecos-1.3.1/packages/hal/powerpc/ads/v1_3_1/src/ads.S:107: Error: Unrecognized
opcode: `andi'

</cut>

	thanx in advance...	
	bye

-----------------***************************************----------------
				N.SURESH
		            Research Engineer,
		  Centre For Development of Telematics,
		       	   71/1,Sneha Complex,
			    Bangalore-560052		
-----------------***************************************----------------


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