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++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

TFTP server stack size

Altera_Forum
Honored Contributor II
1,010 Views

In case anyone else is trying to use TFTP - the default stack size for the server daemon is being calculated as 12 bytes! I looked into the CDL for this component and found that the default stack size is being calculated using symbols which are not defined (at least I couldn't find them in my installation). When I manually changed the size to 4096 in configtool, it fixed the crashes I'd been experiencing. FYI...

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
320 Views

Yes, if you look at the .ecc, the ecos config tool doesn't seem to know the CYG default thread stack size variable. When I checked my compilation, the stack size was eventually filled in correctly even though ecos config screen was showing 12. 

 

 

--- Quote Start ---  

originally posted by patnystrom@Jul 9 2005, 10:08 PM 

in case anyone else is trying to use tftp - the default stack size for the server daemon is being calculated as 12 bytes[/b]! I looked into the CDL for this component and found that the default stack size is being calculated using symbols which are not defined (at least I couldn't find them in my installation). When I manually changed the size to 4096 in configtool, it fixed the crashes I'd been experiencing. FYI... 

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

--- Quote End ---  

[/b] 

--- Quote End ---  

0 Kudos
Reply