But i can't find a error result like as in Pic C complier ver 5.025.
Please help me to fix it.
Thanks _________________ Begin Begin Begin !!!
Ttelmah
Joined: 11 Mar 2010 Posts: 19520
Posted: Wed Jul 12, 2017 12:44 am
I would be looking at doing the compile with a script, rather than directly. Then you can have it clean up files, and show output files etc..
Look at the examples here:
Your current compile line is rather minimal. Add the option +EA to show all the errors and warnings. +PE will make the compile window 'stay open' if there are errors. etc. etc.. Look in the manual for the available command line options.
tienchuan
Joined: 25 Aug 2009 Posts: 175
Posted: Wed Jul 12, 2017 7:32 pm
Thanks for your support.
My purpose is using Notepad++ for coding and compiling (dont want use PCW interface programing)
So, I setup NppExec and config as above.
I tried to write program and compile but not success.
Code:
C:\Program Files (x86)\PICC\Ccsc.exe +EA "D:\CCS\test.c"
Process started >>>
<<< Process finished. (Exit code 0)
================ READY ================
Please help me to config it.
Thanks you _________________ Begin Begin Begin !!!
Ttelmah
Joined: 11 Mar 2010 Posts: 19520
Posted: Thu Jul 13, 2017 3:10 am
You are ignoring part of what I said....
You need to be writing a small script and using this. This then allows you to ensure that the home directory is changed to the code directory etc..
Look at the examples in the thread. Note how they change the directory before calling the compiler etc..
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum