Hi,
I'm investigating whether it is possible to build and run a Fortran project code (BLAS/LAPACK, a famous matrix library) on MPC5748G; though MPC5748G officially supports either C or C++, I thought it is possible as S32DS, an IDE for the microcontroller, contains a Fortran compiler named `powerpc-eabivle-gfortran` but it has failed so far. I am just wondering if:
- I can build a Fortran code on S32S for MPC5748G
- If yes, I can run the resulting executable file on MPC5748G
I'm looking forward to answers or opinions from any pundits who are working on it and/or have relevant experience.