Hello Friends,
the Development board which i have is Altera SoC Cyclone V, and license which come along with this is entitled DS-5 altera Edition toolkit.
Altera ppl inform me that
now my question is what is
bare-metal GCC toolchain and Linux GCC toolchain...?
kaushal
Hello!
bare-metal means without an operating system.
The difference between the two is that one is using Linux whereas the other one isn't.
GCC is the GNU Compiler (Collection).
So the toolchain you have uses the GNU Compiler rather than the ARM Compiler.