[SOLVED] "make" gives error: Exec format error
Posted: 11 Jun 2023, 20:49
My cumputer has 32 bit i686 CPU.
I am trying to install a device driver to my Porteus. Warning message said that I need to activate "devel" module to use make. I downloaded the module from http://ftp.vim.org/ftp/os/Linux/distr/p ... -devel.xzm. I can activate the module successfully. However, at the end, when install script ends, it gives :
Why I saw this error, and how can I solve it? I want to install the device driver.
Thanks.
I am trying to install a device driver to my Porteus. Warning message said that I need to activate "devel" module to use make. I downloaded the module from http://ftp.vim.org/ftp/os/Linux/distr/p ... -devel.xzm. I can activate the module successfully. However, at the end, when install script ends, it gives :
Code: Select all
bash: /usr/bin/make cannot execute binary file Exec format error
Thanks.