From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] arm compiler info Date: Wed, 5 May 2004 11:45:06 +0100 Topicbox-Message-UUID: 72fc6d84-eacd-11e9-9e20-41e7f4b1d025 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