We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I've created a C167 project that compiles and links with no errors but the resulting .obj files contains symbolic information but no actual code. In addition, the .h86 file only contains one line: ":00000001FF" Thoughts? Thanks in advance.
What happens when you try to generate a HEX-386 file? Jon
I tried changing output to Hex-386. Unfortunately, I've got the same results. Thanks for the reply.
I should probably mention that this is project is written in assembly. It seems that I don't have the Sections correctly defined and the Linker/Locater is the root of the problem.