error during compiling

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
Rotac
Posts: 54
Joined: Fri Oct 02, 2009 1:41 pm
Been thanked: 1 time

error during compiling

Post by Rotac »

Hello,

After problems with the USB message "Cable not connected" I have removed FC V5 and installed it again, but now I get the follow message:


Launching the linker/assembler...
D:\Program Files\Flowcode\v5\Tools\boostc\boostlink_pic.exe -ld "D:\Program Files\Flowcode\v5\Tools\BoostC\lib" libc.pic16.lib rand.pic16.lib float.pic16.lib "Flowcode1.obj" -t PIC16F88 -d "X:\04 projecten\04 Flow code projecten" -p "Flowcode1"
BoostLink Optimizing Linker Version 7.03
http://www.sourceboost.com
Copyright(C) 2004-2011 Pavel Baranov
Copyright(C) 2004-2011 David Hobday

Error: Failed to open:Flowcode1.obj


failure
Return code = -2
Flowcode was unable to assemble the ASM file due to the following errors:



FINISHED




If I click at the icon [compile to Hex] then it says "Cannot open the PIC16F88 Flowcode1.c

also a window open of PPP v3 ?


How can I solved this problem?

Rob

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times

Re: error during compiling

Post by medelec35 »

Hi Rob,
As a quick test, can you save and compile your flowchart from within same drive (D drive) as Flowcode is installed.
If compiling to a flash drive for example, are you going over the storage capacity?

Martin
Martin

Rotac
Posts: 54
Joined: Fri Oct 02, 2009 1:41 pm
Been thanked: 1 time

Re: error during compiling

Post by Rotac »

Hi Martin,

I change the path, but I get the same fault code?

Regards

Rob

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times

Re: error during compiling

Post by kersing »

Hi Rob,

Could you attach the entire log (should be saved in a file ending in .txt in the folder your FCF file is in) for us to take a look at?

Jac
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

Rotac
Posts: 54
Joined: Fri Oct 02, 2009 1:41 pm
Been thanked: 1 time

Re: error during compiling

Post by Rotac »

Hi Jac,

Here the file

Regards

Rob
Attachments
Flowcode1.msg.txt
(1.08 KiB) Downloaded 236 times

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times

Re: error during compiling

Post by kersing »

Hi Rob,

Could you reset your compiler settings (Build, Compiler options, tab "Compiler") to the default settings? Currently PPP is being called where it should be boostc_pic16_flowcode.exe. The correct setings can be found in this message by David A.

Jac
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

Rotac
Posts: 54
Joined: Fri Oct 02, 2009 1:41 pm
Been thanked: 1 time

Re: error during compiling

Post by Rotac »

kersing wrote:Hi Rob,

Could you reset your compiler settings (Build, Compiler options, tab "Compiler") to the default settings? Currently PPP is being called where it should be boostc_pic16_flowcode.exe. The correct setings can be found in this message by David A.

Jac
Hello Jac,

I check it is was the same text, also the other settings, I took it to the default als describe on the other page and it worked, problem solved http://www.matrixmultimedia.com/mmforum ... =7&p=52202#

I check it also with the different directory, I have the Programm on drive D and the Data at Drive X (Nas) and it works too.

Hopely it keeps working, thanks anyway for your quick response.

Regards

Rob

Post Reply