--- Quote Start ---
originally posted by mjl-0708@May 16 2006, 10:27 PM
how to use the hostfs(file system) that altera provided .
i want to read data from file in my computer
when it evoke the alt_hostfs_open() function and execute where
(__asm__ volidata) ,it can not continue.
who can use it?
thanks
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15413)
--- quote end ---
--- Quote End ---
the hostfs is added as software component
mount:/mnt/host
but i can't open file when using fp=fopen(/mnt/host/test","r")
fp always returns 0
why?