Can gnu compiler be used instead of SDK compiler

I am looking at streamlining our build process, and would like to use a gcc toolchain instead of the toolchain that is built into the SDK.

It appears that the SDK toolchain is gnu based, but are there any customizations that would prevent me from simply using the equivalent gcc toolchain?

0