Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNIOS2 compiler defined macros
Can someone point me to a list of compiler defined macros that are present for NIOS2? I was hoping to use something like gcc's __TIMESTAMP__, but that doesn't work and I'm not sure if something simi...
Altera_Forum
Honored Contributor
15 years agoThe expansions generated by the C pre-processor are output by:
cpp -dM /dev/null but this seems to exclude __DATE__ __TIME__ __FILE__ __FUNCTION__ etc.