Re: [Cegcc-devel] Newbie Question

2007-03-06 Thread Pedro Alves
Hi, Naushit Sakarvadia wrote: > > I am trying to build static library ( .lib in msvc world & .a in > gcc world). > > Is it possible to build .lib using cegcc? and then use it in msvc > project as add on static library? > > Or in other words > > Does "arm-wince-cegcc-ar" generate msvc c

[Cegcc-devel] Newbie Question

2007-03-06 Thread Naushit Sakarvadia
Hi, I am trying to build static library ( .lib in msvc world & .a in gcc world). Is it possible to build .lib using cegcc? and then use it in msvc project as add on static library? Or in other words Does "arm-wince-cegcc-ar" generate msvc compatible static library? Thanks in advan