Search found 2 matches
- Fri Dec 15, 2023 7:54 am
- Forum: NetBurner's Eclipse IDE
- Topic: ld.exe fails due to missing .elf file
- Replies: 2
- Views: 5199
Re: ld.exe fails due to missing .elf file
It appears that it is creating an empty .map file, which I assume is part of the problem.
- Fri Dec 15, 2023 7:37 am
- Forum: NetBurner's Eclipse IDE
- Topic: ld.exe fails due to missing .elf file
- Replies: 2
- Views: 5199
ld.exe fails due to missing .elf file
It seems like NBEclipse randomly stops creating an .elf file to pass to the ld.exe command. I will have a project that builds just fine, repeatedly. Then, a single, random code change will cause the build to fail when the ELF file fails to get created. Some random set of gyrations will get it workin...