Forum Discussion
Altera_Forum
Honored Contributor
21 years agoautomated building
Hi all, I am wondering about the possibility of automated build processes for the NiOS board. I am looking both at the process for FPGA designs and for C files. For FPGA designs: I und...
Altera_Forum
Honored Contributor
21 years agoStefaan,
You may find advantages in porting your code from the SDK to the HAL. For example nice IDE, new features etc. The HAL provides a memory map file (system.h) which is similar to the SDK memory map file and should provide a superset of the SDK capabilities (if it doesn't then please tell us). But if you don't want to port your code from SDK to HAL then there are no plans to make any part of the legacy SDK dissapear. ps. If you want a bare environment then try using the HAL alt_main entry point.