Altera_Forum
Honored Contributor
21 years agousing prebuilt binaries in applications
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/unsure.gif
I doownloaded the linux kernel and filesystem into my altera stratix board. There i was able to create a e2fs filesystem in the compact flash using commands through the serial port. What i wanted to know is if i want to call these prebuitl binary functions like "fdisk", "mke2fs",etc from my application directly(i.e.as function calls) how do i do it? Is it possible.