Compiler won't run on Linux: "required file not found" error - [SOLVED]

benny226518

New Member
I have just built a new laptop with Debian 12.
I've downloaded the picaxe compiler(s) and get the following error when I run any of them:

bash: ./picaxe14m2: cannot execute: required file not found

They are executable and owned by me.
This is a bash error, but I can't view the executables as they are binary.
I've googled the bash error and most relate to scripts being written using Widnows notepad, so not applicable here.
The same picaxe compilers run fine on my old laptop (xubuntu 18.04), so I'm clearly missing "something" on my new installation.
I'd be grateful for any guidance.
 
Stand down; I should have read further into the installation instructions.
I have a 64-bit installation, so had to install multilib support:

sudo apt-get install gcc-multilib

All good now.

P.S. How do I mark the thread as solved??
 
Back
Top