From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8631 invoked by alias); 17 Nov 2010 10:36:11 -0000 Received: (qmail 8573 invoked by uid 22791); 17 Nov 2010 10:36:10 -0000 X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ey0-f169.google.com (HELO mail-ey0-f169.google.com) (209.85.215.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Nov 2010 10:36:04 +0000 Received: by eydd26 with SMTP id d26so985278eyd.0 for ; Wed, 17 Nov 2010 02:36:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.33.67 with SMTP id g3mr1791131ebd.25.1289990162037; Wed, 17 Nov 2010 02:36:02 -0800 (PST) Received: by 10.213.34.73 with HTTP; Wed, 17 Nov 2010 02:36:02 -0800 (PST) Date: Wed, 17 Nov 2010 10:36:00 -0000 Message-ID: Subject: porting to a new architecture From: Dalibor Kovacevic To: cgen@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2010-q4/txt/msg00006.txt.bz2 Hi, My client wants me to port GDB to his CPU but he does not have any kind of simulator yet on which I could try out my port. Reading about the quickest way to generate a simulator and came across CGEN. So I`m wondering can I do that but not in the order like on http://sourceware.org/cgen/docs-1.0/cgen_5.html for that I need a .cpu file which I don`t have and before I start making one just wanted to check is there a way to get that file out of already ported gcc or binutils. I have searched them for all .cpu files but my architecture is not there. I`m maybe asking to much but it doesn't hurt to ask.