Find the answer to your Linux question:
Results 1 to 10 of 10
Hello, I compiled my gstreamer for ARM processor and i installed all the file to rootfs. But when i try to do gst-launch i am getting the error as Code: ...
  1. #1
    Linux User
    Join Date
    Aug 2008
    Location
    Trichy,India
    Posts
    308

    error while running gstreamer

    Hello,
    I compiled my gstreamer for ARM processor and i installed all the file to rootfs. But when i try to do gst-launch i am getting the error as
    Code:
    /usr/local/bin/gst-launch-0.10: /lib/vfp/libc.so.6: version 'GLIBC_2.10' not found (required by /usr/local/lib/libstreamer-0.10.so.0)
    please help me what to do
    Thanks in advance...

  2. #2
    Linux User cheesecake42's Avatar
    Join Date
    Jan 2007
    Location
    Panama City, FL
    Posts
    364
    Quote Originally Posted by shariefbe View Post
    Hello,
    I compiled my gstreamer for ARM processor and i installed all the file to rootfs. But when i try to do gst-launch i am getting the error as
    Code:
    /usr/local/bin/gst-launch-0.10: /lib/vfp/libc.so.6: version 'GLIBC_2.10' not found (required by /usr/local/lib/libstreamer-0.10.so.0)
    please help me what to do
    have you made sure that glibc 2.10 is installed?

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    Quote Originally Posted by cheesecake42 View Post
    have you made sure that glibc 2.10 is installed?
    Since it compiled, it was available to the linker on the host system. However, since it is probably a shared library, you need it installed on the target system as well.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  4. #4
    Linux User
    Join Date
    Aug 2008
    Location
    Trichy,India
    Posts
    308
    yes i installed in target system it is fixed. but when i try ti launch my gstreamer in target system it is coming as "illegal instruction"
    please help me
    Thanks in advance...

  5. #5
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    It's possible that you have downloaded the wrong library to the target system, such as a shared library built for the host, so the instruction sets are incompatible. Double check this.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  6. #6
    Linux User
    Join Date
    Aug 2008
    Location
    Trichy,India
    Posts
    308
    i gave "-mfpu=neon" in CFLAG. is this a problem?
    Thanks in advance...

  7. #7
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    This is specifying what floating point hardware your target has available. If this is not correct, you are fubar.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  8. #8
    Linux User
    Join Date
    Aug 2008
    Location
    Trichy,India
    Posts
    308
    sorry i am novice. please help me. now i deleted all the libraries and again i compiled all the things. But this time i installed this libc in target system but again i am getting the same error.
    Thanks in advance...

  9. #9
    Linux User
    Join Date
    Aug 2008
    Location
    Trichy,India
    Posts
    308
    now i am getting "segmentation fault" when i use gst-inspect. Can any one help me what will be the problem
    Thanks in advance...

  10. #10
    Linux User
    Join Date
    Aug 2008
    Location
    Trichy,India
    Posts
    308
    Now another problem is now i rebooted my system now i am getting "
    kernel panic-noy syncing:attempted to kill init!"
    please help me. whether i have to reinstall my kernel in board or it there any way to get it back?
    Thanks in advance...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...