From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4383 invoked by alias); 20 Jan 2016 09:47:41 -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 3137 invoked by uid 89); 20 Jan 2016 09:47:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.3 required=5.0 tests=BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=objectfile, sk:flashp, sk:flash-p, sk:FlashP X-HELO: mout.gmx.net Received: from mout.gmx.net (HELO mout.gmx.net) (212.227.15.18) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 20 Jan 2016 09:47:40 +0000 Received: from [10.2.2.142] ([109.199.162.209]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MFdDB-1aOrcQ2cmD-00EdpW for ; Wed, 20 Jan 2016 10:47:35 +0100 To: ecos-discuss@ecos.sourceware.org References: <569E37A0.6030505@gmx.de> From: Privat X-Enigmail-Draft-Status: N1110 Message-ID: <569F57B4.3090608@gmx.de> Date: Wed, 20 Jan 2016 09:47:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <569E37A0.6030505@gmx.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-UI-Out-Filterresults: notjunk:1;V01:K0:G7dhIdwnHY0=:+Hg1s5fKe6V1EAM5eUiwxb tRPdPqYgsEjHpdLq/XhtNmbruh3ZvblXf9YvDC8CbIRejSWvKroEoZ9rYA5ZdRI3LA0BGYpt5 JNkEZsF7BDfhxwc6vt5TYNnIhurC0jZTnJ5O00aqEhXHTumiFqbB83pdG6cJ3Q94GUzOclq2a npSR+z/z4arJguVcyJ5mlBIXybMs1ivgYKf24oy6Bhg9Dw4Hp+W7B0S1Mn12vUdw2RVsO6/UG JG8j1wP2Vo0MSvBKoTt78xlgmKmtV3/0Og9AbgAVAi1/T+sVeJeqZ7bqfopRGWEDBNfyrkgob sS0dzhlF9iRTF2cMt1nFeW9V+FSgoPk6AGDByPzU33vNSL5JpL8oKqLIXmCkE90pCw0KXFMwS 77iB7PPToCbPbRI5YSFx2WbVWJvvou1N9iahrLAM8i4X0vetakKj05FPhgDZbViYKZBAKKGad 6GS8bwzaXiU8fmWLY2SRZ7n6BUrHfDUti/NvGjONygDtLwNTgjRW3VWop6D6BW31xVwi9bzaH zrCqdf5sl31Jo7IzGpD3Eq+T0c9pXKJWRwE0riYDIJ2eSany4wuS6bDsNjhbUVzuXkNdPUZbo sC8kMxxrtEK8+/jrYYLsLSZKBuqqutGYonT9S9EoVIO8QhgchVicLPxfl8Dtzhh/xjPuixAj3 YS6U28p/9Trq3/cklnOeq7sznaiN7gI9G2y5cuWVCffa6z2CPQbuMcvd9cnTuxtBfAmdmenky 6sJ/Sch2pTLGv/8iJjc+iqz/A0HZV85Gq9cKQm3oS1GbGV+oWg9j+1+ofWroa1Bhviurkk15u GLwMwRz X-IsSubscribed: yes Subject: Re: [ECOS] Flash-Programming X-SW-Source: 2016-01/txt/msg00003.txt.bz2 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