Mail Archives: cygwin/2004/06/21/05:40:16
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
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
--
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/
- Raw text -