Running a compiled software with eclipse

Luc4

Registered
Hi! I use eclipse with no problem under Linux Gentoo. I'm trying to import some projects and run them under mac, always using eclipse. The problem is that compilation goes on ok, gcc is installed and working, but then I simply can't run. Eclipse complains about gdb missing, but opening a shell and calling gdb runs it. After saving the run options eclipse reports me NullPointerException. Any idea why? It seems to me everything is ok. Why is eclipse telling me it can't find gdb??
Thanks!
 
Back
Top