Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Deleting files i JFFS2

Altera_Forum
Honored Contributor II
1,085 Views

Hello everybody, 

could somebody help me with my problem? Im using JFFS filesystem with my altera board. I work with files through standard routines fopen(), fprintf(), etc... But when I want to delete file with routine remove() my program freezes. Did someone experienced this kind of problem? I will be grateful for any suggestions how to fix it.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
282 Views

I am using the unlink() function to delete files in JFFS2. 

 

Mike
0 Kudos
Altera_Forum
Honored Contributor II
282 Views

 

--- Quote Start ---  

originally posted by snadden@Oct 25 2006, 05:45 PM 

i am using the unlink() function to delete files in jffs2. 

 

mike 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=18908) 

--- quote end ---  

 

--- Quote End ---  

 

 

I also tried to use unlink() function, but situation is the same like with remove()
0 Kudos
Reply