This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

fopen issue "Too many open files" error in GCC

Hi All,

 

I am getting “ Too many open files “ error when I try to open file with fopen function in GCC compile and Tested it on CCS using xds100v2 emulator for EVM PG2.0 board.

 

When I use fopen with ccs bulid, its working fine and  Creating an empty  file in “ti\ccsv5\eclipse” path.

 

I have tried by changing the files specified in the link

http://www.cyberciti.biz/faq/linux-unix-nginx-too-many-open-files/

 

But still no success.

 

Details:

Compile: GCC

Board: EVM PG2.0

Emulator: xds100v2

Load and Run: CCS

Status: Issue: Too many open files

 

If anybody have any idea, Please share on the above. Thanks in advance.