Skip to main content



      Home
Home » Newcomers » Newcomers » Problem running project
Problem running project [message #253631] Thu, 10 April 2008 07:01 Go to next message
Eclipse UserFriend
Originally posted by: marianotepper.gmail.com

Hi,
I'm to C++ under Eclipse. I'm vahing trouble running a project. I can
compile and link it (under eclipse). I can run it in linux console and it
works great. I also can debug it with gdb. But I can't find the right
configuration in Run (or Debug) dialog.

When trying ti run, the output of eclipse console is:

/Debug/test2: error while loading shared libraries: libsysmw.so: cannot
open shared object file: No such file or directory

Thanks in advance,
Mariano Tepper
Re: Problem running project [message #253660 is a reply to message #253631] Thu, 10 April 2008 13:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

If you don't get any responses, you should try posting your question to
the eclipse.tools.cdt newsgroup.

Eric


Mariano Tepper wrote:
> Hi,
> I'm to C++ under Eclipse. I'm vahing trouble running a project. I can
> compile and link it (under eclipse). I can run it in linux console and
> it works great. I also can debug it with gdb. But I can't find the right
> configuration in Run (or Debug) dialog.
>
> When trying ti run, the output of eclipse console is:
>
> /Debug/test2: error while loading shared libraries: libsysmw.so: cannot
> open shared object file: No such file or directory
>
> Thanks in advance,
> Mariano Tepper
>
Re: Problem running project [message #253681 is a reply to message #253631] Thu, 10 April 2008 15:46 Go to previous message
Eclipse UserFriend
> /Debug/test2: error while loading shared libraries: libsysmw.so: cannot
> open shared object file: No such file or directory

Most probably you need to configure the environment variable
LD_LIBRARY_PATH in the lauch configuration to match that of your shell.

--
Anton Leherbauer
Wind River CDT Team, Austria
Previous Topic:set up gmake or compiler options
Next Topic:What are .d files
Goto Forum:
  


Current Time: Fri Apr 25 05:20:23 EDT 2025

Powered by FUDForum. Page generated in 0.07924 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top