running gdb in cygwin

2006-01-04 Thread Krisakorn Rerkrai
Hi, I have a problem with running gdb in the cygwin. I searched in the archive and found some descriptions but not really solve my problem. This is my result: (gdb) run 2 Starting program: /opt/tinyos- 1.x/apps/Oscilloscope/build/pc/main.exe 2 SIM: Random seed is 828125 1: LEDS: Yellow off. 1: L

problem with running gdb in cygwin

2006-01-04 Thread Krisakorn Rerkrai
Hi, I have a problem with running gdb in the cygwin. I searched in the archive and found some descriptions but not really solve my problem. This is my result: (gdb) run 2 Starting program: /opt/tinyos- 1.x/apps/Oscilloscope/build/pc /main.exe 2 SIM: Random seed is 828125 1: LEDS: Yellow off. 1:

Which package is required to build Lex&Yacc in cygwin [gcc -ll]

2005-04-19 Thread Krisakorn Rerkrai
Hi all, I tried to make my parser under Cygwin environment. It works well under the Linux but I have to do it also in Cygwin. It cannot find gcc -ll command: This is my result: gcc l.uql.c y.uql.c -o uql -ll /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../i686-pc-cygwin/bin/ld: cannot find

Re: Which package is required to build Lex&Yacc in cygwin [gcc -ll]

2005-04-19 Thread Krisakorn Rerkrai
Hi, Thank you very much. I just solved this problem by putting this * *ln -s libfl.a /usr/lib/libl.a Now it can see my flex library. Krisakorn Corinna Vinschen wrote: On Apr 19 14:17, Krisakorn Rerkrai wrote: Hi all, I tried to make my parser under Cygwin environment. It works well