From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2786 invoked by alias); 20 Jan 2016 10:27:17 -0000 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 Received: (qmail 2777 invoked by uid 89); 20 Jan 2016 10:27:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=objectfile, plattform, sk:flash-p, Privat X-HELO: srv-mail-013.zhaw.ch Received: from srv-mail-013.zhaw.ch (HELO srv-mail-013.zhaw.ch) (160.85.104.123) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Jan 2016 10:27:15 +0000 Received: from srv-mail-013.zhaw.ch (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 395E5148 for ; Wed, 20 Jan 2016 11:27:13 +0100 (CET) Received: from [10.0.12.16] (clt-lab-t-6006.zhaw.ch [160.85.232.249]) by srv-mail-013.zhaw.ch (Postfix) with ESMTP id EF4A911A for ; Wed, 20 Jan 2016 11:27:12 +0100 (CET) To: ecos-discuss@ecos.sourceware.org References: <569E37A0.6030505@gmx.de> <569F57B4.3090608@gmx.de> From: lesc Message-ID: <569F6100.7070006@zhaw.ch> Date: Wed, 20 Jan 2016 10:27:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <569F57B4.3090608@gmx.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Subject: Re: [ECOS] Flash-Programming X-SW-Source: 2016-01/txt/msg00004.txt.bz2 Don't know if that solves your specific problem but I have found that in some occasions when changing things in the configtool it helps to delete the _build and _install folder beforehand, only then you are sure to get a clean build. Serafin On 20.01.2016 10:47, Privat wrote: > A little Update, > > as Max - who integrated the JournalingFlash Protokoll for our plattform, > informed me, we should use the > #include > library to read and write to flash. I included the header, updated the > ECOS via the configurator- the problem is can not us the external functions > "extern UINT32 FlashInit ( PSSD_CONFIG pSSDConfig );" > > The objectfile containing the precompiled functions is there- but is not > found by the Linker who errors with : " undefined reference to `FlashInit'" > > How to modify the makefile of ecos in such a way that linking is possible? > > > Regards Picasso > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss