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 ...
- 07-27-2011 #1Just 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
- 07-28-2011 #2
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
Usually suffices for a .deb install. Maybe/Hopefully, rubberman who runs a arm embedded device with Debian Etch can weigh in on this further.Code:sudo dpkg -i julius (hit tab key to auto-complete deb file name)
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
- 07-31-2011 #3Just Joined!
- Join Date
- Jan 2009
- Posts
- 47
get the source and compile it. it should work that way.


Reply With Quote
