Page 1 of 1
SOLVED: BricxCC Compilation Error, line 1 file "Files"...
Posted: 07 Sep 2012, 21:46
by jld001
This is the Error:
Code: Select all
line 1, file "Files": Error: Unable to find the specified input file
Windows 7, BricxCC 3.3, NXC.
My first line is a comment. Any ideas? Thanks in advance!
Re: BricxCC Compilation Error, line 1 file "Files"...
Posted: 08 Sep 2012, 08:23
by HaWe
what a pity! I just lent my soothsayer's crystal ball to somebody else :(
so all I can assume is that the compiler is probably unable to find the specified input file "Files" in line 1 of your source code
;)
Re: BricxCC Compilation Error, line 1 file "Files"...
Posted: 08 Sep 2012, 11:49
by h-g-t
Perhaps you could post the actual line of code?
Re: BricxCC Compilation Error, line 1 file "Files"...
Posted: 08 Sep 2012, 14:08
by jld001
Thanks for the concern.
The problem is that I had a path in the EXE Path in the settings. Maybe something to do with the path having the word "Files" in it. I deleted the line, and it works fine now.
(Edit>Preferences>Compiler>NBC/NXC>EXE path)
Re: SOLVED: BricxCC Compilation Error, line 1 file "Files"...
Posted: 08 Sep 2012, 15:49
by HaWe
well, my crystal ball prognosticates that your first code line actually could have been no comment. ;)
Re: SOLVED: BricxCC Compilation Error, line 1 file "Files"...
Posted: 12 Sep 2012, 06:55
by afanofosc
You can grab a new test release from
http://bricxcc.sourceforge.net/test_releases/
This latest test release includes changes to fix this bug. You should now be able to have an EXE Path containing spaces configured in the Preferences dialog for the NBC/NXC compiler without causing compiler errors. Of course, if you use the external compiler then this path must be a valid path to the nbc.exe executable.
John Hansen