What's a "C++ image"? You mean running an executable built for a different platform? Unlikely to work.
If you're talking about a Linux program, though, you should just be able to execute it. From the error you gave, it sounds like it can't find the file. Make sure the path to your executable is included in your $PATH, or try going to the directory it is in and running "./driver".