Path: chuka.playstation.co.uk!news From: "Laurent GAY" Newsgroups: scee.yaroze.programming.codewarrior Subject: Re: CW and object-files Date: 26 Feb 1998 12:13:25 GMT Organization: INFONIE Lines: 38 Message-ID: <01bd42b0$48807f60$LocalHost@leader> References: <01bd3f07$371cd7c0$5571f2c3@leader> <01bd3fe7$9e1f7960$6fd449c2@Angela1.intelligent-group.com> NNTP-Posting-Host: ppp-6-190.infonie.fr X-Newsreader: Microsoft Internet News 4.70.1161 Craig Graham a écrit dans l'article <01bd3fe7$9e1f7960$6fd449c2@Angela1.intelligent-group.com>... > > Use the GNU "ar" utility (that came on the Yaroze CD) to wrap the object > file up as a library (with a ".a" extension), then import the library into > Code Warrior > as you did in the first place with the libps.a library. > > You'll end up with cdfeed.a.lib which will link straight into a Code > Warrior project. > > > Laurent > > Craig. > > Hi there ! Thanks Craig but i can't convert my cdfeed.a in cdfeed.a.lib... all is correct with ar...i made my "cdfeed.a" by "ar -r cdfeed.a cdfeed.o", then i include the "cdfeed.a" file in CW "NetYarozeLibConvert" project, select it and chose "Compile" but there is an error : "Error: illegal relocation at offset $00000302 in 'Cdfeed.a'. Symbol index exceeds maximum value." is there any chance for me to convert this file ? Thanks for your help. cheers Laurent