In article <3fbcf93c$0$19036$626a54ce@news.free.fr>,
"patrox" <misterbanned.TakeThisOut@hotmail.com> wrote:
>> >
>> >We're trying to compile a lib done on CW ( apple linker ) on PB and we
>get a
>> >lot of link errors :
>> >___cvt_fp2unsigned
>> >___save_fpr_24
>> >___restore_fpr_24
>> >___save_fpr_28
>> >___restore_fpr_28
>> >___save_fpr_21
>> >___restore_fpr_21
>> >___save_fpr_27
>> >___restore_fpr_27
>> >___div2i
>> >___files
>> >___cvt_dbl_usll
>> >
>> >Any idea what we need to link ?
>>
>> I believe tthis is the same for you, but it may just be that you are
>> missing the crt1.0 library entirely.
>
>no that didn't work, i remember having this problem with __div3i but here
>it's __div2i ( there's a slight difference between the names )
>
>i have really no clue. ( is there a Project Builder newsgroup anywhere ? )
I can tell you it definitely is the runtime library. And I can tell you
that Apple is a single pass compiler and linker so the link order makes
a big difference, I still think that this is a missing or more likely
out of order runtime library, which one I don't know.
ron
--
New from Metrowerks
The CodeWarrior Wireless Development Kit for Symbian OS, SEMC P900 Edition
Easy-to-use, integrated tools and hardware for SEMC P900 Development
<a style='text-decoration: underline;' href="http://www.metrowerks.com/MW/Develop/Wireless/Symbian/SymbianWDKC.htm" target="_blank">http://www.metrowerks.com/MW/Develop/Wireless/Symbian/SymbianWDKC.htm</a>
Ron Liechty - MWRon.TakeThisOut@metrowerks.com - <a style='text-decoration: underline;' href="http://www.metrowerks.com" target="_blank">http://www.metrowerks.com</a>
Ron Liechty - MWRon.TakeThisOut@metrowerks.com - <a style='text-decoration: underline;' href="http://www.metrowerks.com" target="_blank">http://www.metrowerks.com</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: link error lib cw on pb