public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Is it Possible to use TinyWidgets with Ecos
@ 2008-03-21  8:19 Hakan Çakiroglu
  0 siblings, 0 replies; only message in thread
From: Hakan Çakiroglu @ 2008-03-21  8:19 UTC (permalink / raw)
  To: ecos-discuss



I have found an api for microwindows package's nano-x api.
I have compiled and created a lib file with that api.
How can I use this lib file with my ecos project?

Normally I am compiling my microwindows application typing this to cygwin bash :
i386-elf-gcc -g -I microwindows_install/include -L microwindows_install/lib -D__ECOS micro.c -T target.ld -nostdlib
Then I am running it with my target pc. 

in tinywidgets readme file it says for linux type :
gcc -o   -ltnW -lnano-X

Ihave copied tinywidgets api's lib file to my microwindows_install/lib folder. (libtnW.a)

I am typing .
i386-elf-gcc -g -ltnW -I microwindows_install/include -L microwindows_install/lib -D__ECOS micro.c -T target.ld -nostdlib

But I always  got undefined reference error which are defined in tinywidgets api. 
I am sure it is because of this lib file. (libtnW.a)  But I couldnt succeed.

How can I use any *.a or lib file with ecos ???

Or it is not possible to use any lib file or this tinywidgets package with ecos???









_________________________________________________________________
Live.com'u deneyin - hýzlý ve kiþiselleþtirilmiþ giriþ sayfanýzla istediðiniz her þey tek bir yerde.
http://www.live.com/getstarted

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-21  3:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-21  8:19 [ECOS] Is it Possible to use TinyWidgets with Ecos Hakan Çakiroglu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).