Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, I’m getting the error “cannot execute binary file” while I’m making a speech recognition engine work, it is call Julius. It is working on my Debian and Ubuntu ARM ...
  1. #1
    Just Joined!
    Join Date
    Jul 2011
    Posts
    1

    "cannot execute binary file" on an ARM device

    Hi, I’m getting the error “cannot execute binary file” while I’m making a speech recognition engine work, it is call Julius. It is working on my Debian and Ubuntu ARM over a Virtual Machines. However the final goal is to make this package work on an ARM 32 bits embedded device called GadgetPC from BiPOM. Any idea how I can solve this problem.
    Cristian
    Regards

  2. #2
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,942
    Looking at Julius

    #506606 - RFP: julius -- speech recognition engine - Debian Bug report logs

    It looks to be available as a Ubuntu package .deb

    Index of /ubuntu/pool/multiverse/j/julius/

    But I don't see any for Debian in my search

    Wondering where you got the .deb for Debian from. Usually

    in terminal in the directory that your Debian Julius.deb sits

    Code:
    sudo dpkg -i julius (hit tab key to auto-complete deb file name)
    Usually suffices for a .deb install. Maybe/Hopefully, rubberman who runs a arm embedded device with Debian Etch can weigh in on this further.
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  3. #3
    Just Joined!
    Join Date
    Jan 2009
    Posts
    47
    get the source and compile it. it should work that way.

Posting Permissions

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