I have the following makefile in my project listed at the bottom of this post. I need to compile this so it produces a motorola S-19 record, which I believe is already set as an option in the makefile.
I'm trying to compile the following way from the command prompt.
imakew -f makefile.mak...
Some engineers at our company wrote some firmware for our embedded hardware device. In short, they are no longer with the company and I need to figure out how to compile the firmware.
I normally do development in visual c++, but I need to compile the c so I can generate a "Motorola S...
Hello,
I am a software engineer, let me explain my situation. Our company used to have 2 electrical engineers developing an embedded hardware device. They developed a unit, and programmed the device using "firmware" and c.
Unfortunately these 2 engineers are no longer with our...