Amulet Compiler Jump To File
Posted: Tue Jun 27, 2006 5:51 pm
I'm using a specialized html comiler to program an lcd screen. I'm trying to set up the jump to file function from the compiler error output. I've been looking around for about 20 minutes now and I can't figure out this regular expression stuff. I need to get back to development. The ouput is this
I'm wondering if any of you can tell me what my regular expression should be and what the registers need to be set to. If not, i'd appreciate a link to a good tutorial. Thanks in advance for the help and sorry i'm such a newb at this,
Nathan
Code: Select all
<Compiling OSCheck.html>
<Compiling Sleeping.htm>
Using Defines.h for macro expansion.
Using RAMINIT.ini for initializing InternalRAM.
<Compiling RoomSelect.htm>
ERROR: RoomSelect.htm(24) -- Can't find file: C:\Projects\AmuletTouchScreenInterface\ValidFirmwareVersions.htm
<FATAL ERROR! Compile aborted>
ERROR: Compile Failed!
Tool completed with exit code -1
Nathan