Using crosstool-ng for AML-S905X-CC Le Potato

I’m working through “Mastering Embedded Linux Programming”, by Frank Vasquez & Chris Simmonds.

Regarding the use of crosstools-NG to develop for the AML-S905X-CC Le Potato:

  1. Anybody have tips or tricks or gotcha’s on using this toolchain when developing for the Le Potato as the target?

  2. Anybody have a sample config file for ct-ng or could you provide settings apart from the default for the Le Potato?

The Le Potato is running Debian 12 Bookworm.

Many thanks.

You can use the standard CROSS_COMPILE infrastructure to cross compile for arm64. There’s no need for fancy toolkits as Linux distributions already has the infrastructure built in.

Ahh. OK. No clue what that is yet. Something else to learn.

Thanks for the reply.