Forum Discussion
Altera_Forum
Honored Contributor
21 years agoLinux development environment
Does anyone know if the Nios II port of uClinux is available as a simple tarball (i.e. tar.gz or .tgz) that can be downloaded to a Linux machine and configured and built using the nios2-elf-gcc cross...
Altera_Forum
Honored Contributor
21 years agoI've been looking at the source code for the elf2flt utility.
I also ran it in verbose mode. With the -v option, its output is the following: TEXT -> vma=0x0 len=0xaf0 DATA -> vma=0x0 len=0x18 ERROR: text=0xaf0 overlaps data=0x0 ? I would think that it would us the offset information, not the address to determine if something is overlapping. Isn't this the point in having relocatable code, it uses offsets instead of fixed addresses ? Perhaps I've done something wrong or the linker script isn't correct. I'll keep digging around. If you have any suggestions, feel free to let me know.