beginner_EDA
Full Member level 4
- Joined
- Aug 14, 2013
- Messages
- 191
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,296
- Activity points
- 3,854
Hi,
For design UDP offload example, I have 2 .elf files (1 for Nichestack TCP/IP and 1 for application program like setting base addresses of MAC/IP/UDP) from NIOS II Eclipse.
I tried to combine both programs into 1 program and compiled to generate just 1 .elf file but unfortunately it doesn't work. What I did: I removed main() from application program and defined a header file for application program and include this header file both in application program and program for Nichestack TCP/IP containing main(). but unfortunately it doesn't work.
So, I decided lets them to be separate as it works fine.
Therefore, I am looking if there any way to combine these 2 generated .elf file together?
or is there any alternative for this problem?
For design UDP offload example, I have 2 .elf files (1 for Nichestack TCP/IP and 1 for application program like setting base addresses of MAC/IP/UDP) from NIOS II Eclipse.
I tried to combine both programs into 1 program and compiled to generate just 1 .elf file but unfortunately it doesn't work. What I did: I removed main() from application program and defined a header file for application program and include this header file both in application program and program for Nichestack TCP/IP containing main(). but unfortunately it doesn't work.
So, I decided lets them to be separate as it works fine.
Therefore, I am looking if there any way to combine these 2 generated .elf file together?
or is there any alternative for this problem?