From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30933 invoked by alias); 22 Oct 2003 08:20:05 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 30895 invoked from network); 22 Oct 2003 08:19:55 -0000 Received: from unknown (HELO mail.itemax.de) (213.164.140.3) by sources.redhat.com with SMTP; 22 Oct 2003 08:19:55 -0000 Received: (qmail 29103 invoked from network); 22 Oct 2003 08:19:54 -0000 Received: from unknown (HELO backhaus) (w.backhaus@newage-avkseg.com@62.138.209.226) by mail.itemax.de with SMTP; 22 Oct 2003 08:19:54 -0000 From: "Backhaus Willy" To: Date: Wed, 22 Oct 2003 08:20:00 -0000 Message-ID: <001501c39875$e02f55e0$f30210ac@backhaus> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal In-Reply-To: <1066769041.8370.ezmlm@sources.redhat.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: [ECOS] RE: FW: ecos on OMAP710 using CCS X-SW-Source: 2003-10/txt/msg00388.txt.bz2 hello, I have the same problem. which CCS Version do you use? I found this on TIs Website: //////////////////////////////////////////////////////////////////////////// /////////////// Problem: Can you load executables created from non-TI compilers into CCS? Solution: Yes. The ARM CCS v2.20 is capable of reading in executables produced by: a. The ARM Ltd `ARM Developer Suite` v1.0.1, v1.1, and v1.2. b. The GNU ARM compiler, version `2.9-psion-98r2`. (Run gcc with the --version switch). c. The Green Hills ARM compiler, v2.1. Restriction #1: you must have 3 .dll`s in cc\bin updated to v1.8.14 or higher: tiofr11.dll, tiofr_tial.dll, tiofr_gnu.dll d. The MontaVista Linux GNU ARM compiler. Testing has included using v3.2.1 with the -gdwarf-2 switch, and v2.95.3 with the -g switch (to get the old-style GNU stabs). Restriction #1: the C/C++ code must ALL be compiled with the -gdwarf-2 switch, or ALL should be compiled with the -g switch. If there is any DWARF in the executable, any non-DWARF (e.g. -g only) code will not have debug info. Restriction #2: you must have 3 .dll`s in cc\bin updated to v1.8.15 or higher: tiofr11.dll, tiofr_tial.dll, tiofr_gnu.dll //////////////////////////////////////////////////////////////////////////// /////////////// I have CCS version 2.10 maybe a CCS upgrade will help. Regards, Willy Backhaus -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss