- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I am looking to increase the stack size for my NIOS II build. Can someone tell me how to do that. I am using the SBT for Eclipse IDE to develop my code
링크가 복사됨
3 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
Perhaps you could try to allocate the heap to another memory you have in your system... tat would free up the stack... Regards, caridee- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Do you mean the stack for the host tools ?
Or the stack for the target nios code ?- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I mean for the target NIOS. If I create separate memory regions for stack and heap using the BSP editor and regenerate the linker file and the BSP, the linker file complains that it is unable to find _alt_stack_base
