Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: makelib problem Date: Mon, 21 Jun 2004 15:01:09 +0200 Message-ID: <62DD8FD91F1F6F48A9F52E500A0348615CB77E@gate.gallup.hu> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Vasoczki Ferenc" To: X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i5LD1Oil003476 Hello! Thank you for the reply. I searched through the SGT document, and i saw, i should insert some environment variable into my .bashrc file. Unfortunatly, after i launched the cygwin, it doesn't create a .bashrc for me :(( i don't know why... now i am finding a way to set up a .bashrc file. in my home directory there is only a .bash_history file... don't you know, in which package include this file ? (somebody tell me in the /etc/skel/ there is a .bashrc but i have no this dir, and there is no .bashrc on my hard drive. or if i can create 1, that could be great. Vaso -----Original Message----- From: Igor Pechtchanski [mailto:pechtcha AT cs DOT nyu DOT edu] Sent: Monday, June 21, 2004 2:54 PM To: Vasoczki Ferenc Cc: cygwin AT cygwin DOT com Subject: Re: makelib problem On Mon, 21 Jun 2004, Vasoczki Ferenc wrote: > Hi! > > I am a newbie on this list, and with the Cygwin too, so please > be patient :) > > I tried to search for make_lib in archive, but i've get no result. > > i should learn to write embedded applications form wavecom modems > and i am using cygwin and gcc. i downloaded the latest cygwin from the > net. > > i am using the documentation of wavecom, and i tried to do a sample > program. this is the command to make the new sample environment: > > wmnew -sample open-at/Hello_World -32 -gcc > > it's ok, it makes me the directory structure (./mak, ./out) > great. > the next step is to compile this code to binary. > here is my problem. > > i am following the doc, and it say type this: > wmmake Hello_World -d > > this is to compile, but i've got an error message: > /cygdrive/c/OpenAT/V210/TgtGen/WmGen/wmmake: line 24: make_lib: command not found > > i checked, and there is no make_lib file there... it's ok. > i searched this file, and it's here: > C:\OpenAT\V210\TgtGen\SGT\v1.2.4\script_sgt\make_lib > > it's seems, when i installed this cygwin after the OpenAT the > environment variables are bad. (correct me if i am not right) > > so i tried to add this path: > PATH=/cygdrive/C/OpenAT/V210/TgtGen/SGT/v1.2.4/script_sgt:$PATH ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I have a feeling you simply missed the quoting in the above line. Try PATH="/cygdrive/C/OpenAT/V210/TgtGen/SGT/v1.2.4/script_sgt:$PATH" and see if it works better. If not, you'll have to ask on the make_lib list, as this problem has nothing to do with Cygwin. Igor > export PATH > > and then run again the "wmmake Hello_World -d" > i've got this error message: > > Launch a full library or binary process > > make: not found > > before this, i've got another error message something like: > The root directory of SGT are not correct... > > How can i tell to cygwin to use this directory to access make_lib, or > what should i do with this to work ??? > > Thank you > Vaso -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/