miri 0 Report post Posted August 28, 2004 Hi everyone, I am trying to get started with SourceBoost IDE but I go this error message when I tried to compile the C-code. "Failed to locate output file "Inter.hex"." While I was following the manual "SourceBoost IDE User's Guide" one of the steps is to make sure that in Settings > options: these two files are in are correct: 1. C:\PROGRA~1\MPLAB\MPASMWIN.EXE /aINHX8M .... 2. C:\MATRIX\PPP\PPP.EXE -lpt1 -!v1..... I could not locate the second file so I left that field blank. Do you think that might cause the problem of compiling from C to assembly ? If so where can I find that file to download since I could not locate in my computer I think I am missing it. Thank you in advance. Quote Share this post Link to post Share on other sites
Pavel 0 Report post Posted August 28, 2004 Field no 2 is used for the programmer command line. Text from manual is just a sample. You need to specify the programmer software that you have. Regards, Pavel Quote Share this post Link to post Share on other sites
miri 0 Report post Posted August 28, 2004 Thanks Pavel, I use SourceBoostIDE version 5.5.1 is that enough info to tell me what will the line be in this case? Regards, Miri. Quote Share this post Link to post Share on other sites
Pavel 0 Report post Posted August 30, 2004 SourceBoost doesn't include any programmer software. This software comes with your programmer that you use to write code into PIC or SX target. An example of such software is IC-Prog from http://www.ic-prog.com/ Regards, Pavel Quote Share this post Link to post Share on other sites