Cross-compiling Perl or expected for MIPS processor

I work with a built-in board that has an MIPS process. I have to develop tests for a system with various applications. My question is: is there a way to cross-compile Perl or Expect for the target board. I understand that the board we use is MIPS with a 800 MHz processor. Not sure about model number. I know that we use CodeSourcery to compile all applications.

Is there a way to use CodeSourcery or other tools to compile Perl or Expect for the target board?

+4
source share
1 answer

Take a look at Perl Cross Compilation for ARM and do the same, but with the correct (i.e. MIPS) values ​​for the targetarch and the MIPS Code Sourcery compiler.

+3
source

Source: https://habr.com/ru/post/1379017/


All Articles