From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14934 invoked by alias); 1 Dec 2012 21:07:19 -0000 Received: (qmail 14923 invoked by uid 22791); 1 Dec 2012 21:07:18 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from p02c12o142.mxlogic.net (HELO p02c12o142.mxlogic.net) (208.65.145.75) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 01 Dec 2012 21:07:13 +0000 Received: from unknown [12.218.215.72] (EHLO smtpauth1.linear.com) by p02c12o142.mxlogic.net(mxl_mta-6.16.0-0) with ESMTP id 0817ab05.0.76886.00-2360.164511.p02c12o142.mxlogic.net (envelope-from ); Sat, 01 Dec 2012 14:07:13 -0700 (MST) X-MXL-Hash: 50ba71816f3d1725-619d5f25418a7166c0bc704c774bfd44266b1780 Received: from smtpauth1.linear.com (localhost [127.0.0.1]) by smtpauth1.linear.com (Postfix) with ESMTP id 6D75E740A3 for ; Sat, 1 Dec 2012 13:07:11 -0800 (PST) Received: from [192.168.0.119] (75-163-186-131.clsp.qwest.net [75.163.186.131]) by smtpauth1.linear.com (Postfix) with ESMTPSA id 36B8E740A0 for ; Sat, 1 Dec 2012 13:07:11 -0800 (PST) From: Michael Jones Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <88A5F92E-1AE1-4246-B566-3EFE5DEA360B@linear.com> Date: Sat, 01 Dec 2012 21:07:00 -0000 To: eCos Discussion Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-AnalysisOut: [v=2.0 cv=Z4lb6gtA c=1 sm=1 a=glloKNylpeYNumXQcclYyA==:17 a] X-AnalysisOut: [=Q01R73Lky6oA:10 a=D2_GN2MmYMYA:10 a=BLceEmwcHowA:10 a=kj9] X-AnalysisOut: [zAlcOel0A:10 a=MqDINYqSAAAA:8 a=dC22o7FfX3QA:10 a=b8wvhSC1] X-AnalysisOut: [2p0rDsNoeJYA:9 a=CjuIK1q_8ugA:10] X-MAIL-FROM: X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Kinetis CYG_HAL_STARTUP_VAR conflict X-SW-Source: 2012-12/txt/msg00002.txt.bz2 BACKGROUND ---------------------- I am having a little bit of trouble trying to get my first hello world app = on a K60 Tower Board. I have RedBoot running from ROM and I can ping the ethernet port, so presum= ably I will eventually get GDB to talk to it. I am having trouble building an initial app that uses the ROM monitor. Foll= owing the example in the eCos book, I went hunting for CYGSEM_HAL_USE_ROM_M= ONITOR, enabled it and then set startup to SRAM. This seems the obvious way= to run and debug. PROBLEM -------------- I am getting a conflict I don't know how to resolve. I have set CYG_HAL_STA= RTUP_VAR =3D SRAM. This results in CYG_HAL_STARTUP =3D SRAM by calculation. But I get a conflict from CYGSEM_HAL_USE_ROM_MONITOR that wants CYG_HAL_STA= RTUP =3D=3D RAM QUESTIONS ----------------- 1) Can I ignore this conflict and get the monitor and app to work? 2) Is there a better approach? 3) Has anyone succeeded to use RedBoot on the K60 and can you supply an exa= mple config project that works that I can look at? Thanks, Mike -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss