Hi,
This probably has an embarrassingly simple answer.
I'm using Hi-Tide 3.15pl2, with "HI-TECH C PRO for the PIC10/12/16 MCU family V9.60PL3". Target is a 16F877A. The project is just a bootloader, the "main" method is in bootloader.c in the root dir of the project. I want to produce bootloader.hex. There's no makefile. (The thing works fine, btw, I've been using MPLAB so far to compile it.)
I check it out from SVN (using Subclipse), set to HEX project type, and uncheck 'create main function'. But I always get:
Code:
**** Build of configuration Release for project Bootloader ****
**** Internal Builder is used for build ****
Nothing to build for Bootloader
What do I set, and where, to get it to build?