From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4098F165.5050504@chunder.com> From: Bruce Ellis User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] arm compiler info References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 5 May 2004 23:51:33 +1000 Topicbox-Message-UUID: 7300898c-eacd-11e9-9e20-41e7f4b1d025 it isn't hard to get ELF output, both vl and el have a flag for it so changing 5l is a snarf/paste or too. i'm not aware of the 922 arch but i think getting 5c/5l to accomodate it is not too hard. charles will have something to say i'm sure. brucee [compiler writer seeking work] Steve Simon wrote: > Hi, > > I'am just taking over a project at work which > uses an embedded ARM CPU. I'am told its an ARM 9 TDMI, > also known as an ARM 922. Anyone any idea if I could > cross compile using the Plan9 arm compiler? Is the > arm7 (the compiler) a subset of the arm9? > > Also this project uses position independant code & data > and ELF files, doing a link/load on program startup. I could > code aout2elf quite easily but does > > If the compiler is a non-starter then I may have a go at > bringing the arm7 GCC crosscompiler up on the back > of dhogs native GCC. > > I know the better solution is to modify the arm9 compiler > but I am still up to my eyes in CIFS in my spare time so > I cannot waste work time on playing plan9 compilers (shame). > > -Steve