Forum Discussion
Altera_Forum
Honored Contributor
20 years agoAlternative of Nios II IDE v5.0
Hi,
is there any other alternative for using the Nios II IDE and what profit can we get of. Thnx1 Reply
- Altera_Forum
Honored Contributor
1. the cross gcc built by buildroot run much faster than IDE/cygwin. You will feel IDE move like turtle after using builtroot tools.
2. the cross gcc is default to uClibc/uClinux, instead of the newlib as IDE. It is easier to build or port apps. 3. the initramfs is much better than the mtd/romfs/ramdisk. it is easier to work on a custom board. 4. sync up to the latest kernel/uClibc/busybox 5. there is a good reading. you will understand the points from it. "Tips for planning an embedded Linux project" http://linuxdevices.com/articles/at2191860258.html (http://linuxdevices.com/articles/at2191860258.html)