Hi,
I need to get a toolchain with a gcc/g++ 4.8.1 or later for a MPC8347 board.
Does anyone know an SDK with this support?
Thanks,
Sérgio Marques
Solved! Go to Solution.
You could download "Linux BSP for Freescale MPC8315E-RDB"
from "https://www.nxp.com/products/processors-and-microcontrollers/legacy-mpu-mcus/powerquicc-processors/p... after installing this BSP you could get "Tool Chain Version: Gcc4.1.2, eglibc-2.5.59, binutils 2.17, CodeSourcery release 78, supporting e300c3/c4 cores with NPTL" provided in /opt/freescale/pkgs folder.
In addition, please refer to the following link about how to build cross compilers.
http://www.ifp.illinois.edu/~nakazato/tips/xgcc.html
https://preshing.com/20141119/how-to-build-a-gcc-cross-compiler/
You could download "Linux BSP for Freescale MPC8315E-RDB"
from "https://www.nxp.com/products/processors-and-microcontrollers/legacy-mpu-mcus/powerquicc-processors/p... after installing this BSP you could get "Tool Chain Version: Gcc4.1.2, eglibc-2.5.59, binutils 2.17, CodeSourcery release 78, supporting e300c3/c4 cores with NPTL" provided in /opt/freescale/pkgs folder.
In addition, please refer to the following link about how to build cross compilers.
http://www.ifp.illinois.edu/~nakazato/tips/xgcc.html
https://preshing.com/20141119/how-to-build-a-gcc-cross-compiler/