Hi,
where I can find p1020 (e500v2) linux toolchain?
I have downloaded one from here Sourcery G++ Lite 2011.03-38 for Power GNU/Linux but e500v2 is not supported
"error: bad value (e500v2) for -mcpu= switch"
Regards
已解决! 转到解答。
ok, I have found solution https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fsourcery.mentor.com%2FGNUToolchain%2F... instead of -mcpu:e500v2 use -te500v2 and it works.
Look at the Section 3.3.7 of NXP SDK 2.9-1703 documentation:
http://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf
NPX offers SDK 1.9 for the P1020RDB board.
Use this command sequence for toolchain building and installing under SDK 1.9.
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------