Help to solve C Language mplab compiler

Newbie Member
6Nov2012,00:12   #1
Somchai Boon Leat's Avatar
Hi there,im a student from malaysia...


i been working on this c programming but now only have one error that i don't know
Hope anyone from this forum can help me out

1) Together with this post are :

2 Print screen image of error and source of error

For your info, i use Mplab 8.30 + mplabc30_v3_30c_windows compiler software...

Hope the problem can be solved A.S.A.P
THANX for your time and effort
Attached Files
File Type: doc 1 error.doc (167.0 KB, 2 views)
File Type: doc Error location.doc (165.5 KB, 0 views)
Newbie Member
7Nov2012,01:08   #2
Somchai Boon Leat's Avatar
HI THERE, IM AM ENGINEERING STUDENT FROM MALAYSIA

For your info, i use Mplab 8.30 + mplabc30_v3_30c_windows compiler software...
Hope the problem can be solved A.S.A.P
THANX for your time and effort
i been working on this c programming but now only have one error that i don't know
Hope anyone from this forum can help me out


Debug build of project `C:\Users\somchai\Desktop\Testing\Test1.mcp' started.
Language tool versions: pic30-as.exe v3.31, pic30-gcc.exe v3.31, pic30-ld.exe v3.31, pic30-ar.exe v3.31
Preprocessor symbol `__DEBUG' is defined.
Wed Nov 07 03:13:50 2012
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Users\somchai\Desktop\Testing\dijkstra.o".
Clean: Deleted file "C:\Users\somchai\Desktop\Testing\encoder.o".
Clean: Deleted file "C:\Users\somchai\Desktop\Testing\Test1.mcs".
Clean: Done.
Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4011 -x c -c "dijkstra.c" -o"dijkstra.o" -D__DEBUG -g -Wall
Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4011 -x c -c "encoder.c" -o"encoder.o" -D__DEBUG -g -Wall
Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4011 -x c -c "msr.c" -o"MSR.o" -D__DEBUG -g -Wall
msr.c:13: error: 'BORV_27' undeclared here (not in a function)
Halting build on first failure as requested.
----------------------------------------------------------------------
Debug build of project `C:\Users\somchai\Desktop\Testing\Test1.mcp' failed.
Language tool versions: pic30-as.exe v3.31, pic30-gcc.exe v3.31, pic30-ld.exe v3.31, pic30-ar.exe v3.31
Preprocessor symbol `__DEBUG' is defined.
Wed Nov 07 03:13:53 2012
----------------------------------------------------------------------
BUILD FAILED
][/INLINECODE]
Newbie Member
7Nov2012,01:10   #3
Somchai Boon Leat's Avatar
HI THERE, IM AM ENGINEERING STUDENT FROM MALAYSIA

For your info, i use Mplab 8.30 + mplabc30_v3_30c_windows compiler software...
Hope the problem can be solved A.S.A.P
THANX for your time and effort
i been working on this c programming but now only have one error that i don't know
Hope anyone from this forum can help me out


Debug build of project `C:\Users\somchai\Desktop\Testing\Test1.mcp' started.
Language tool versions: pic30-as.exe v3.31, pic30-gcc.exe v3.31, pic30-ld.exe v3.31, pic30-ar.exe v3.31
Preprocessor symbol `__DEBUG' is defined.
Wed Nov 07 03:13:50 2012
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Users\somchai\Desktop\Testing\dijkstra.o".
Clean: Deleted file "C:\Users\somchai\Desktop\Testing\encoder.o".
Clean: Deleted file "C:\Users\somchai\Desktop\Testing\Test1.mcs".
Clean: Done.
Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4011 -x c -c "dijkstra.c" -o"dijkstra.o" -D__DEBUG -g -Wall
Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4011 -x c -c "encoder.c" -o"encoder.o" -D__DEBUG -g -Wall
Executing: "C:\Program Files (x86)\Microchip\mplabc30\v3.25\bin\pic30-gcc.exe" -mcpu=30F4011 -x c -c "msr.c" -o"MSR.o" -D__DEBUG -g -Wall
msr.c:13: error: 'BORV_27' undeclared here (not in a function)
Halting build on first failure as requested.
----------------------------------------------------------------------
Debug build of project `C:\Users\somchai\Desktop\Testing\Test1.mcp' failed.
Language tool versions: pic30-as.exe v3.31, pic30-gcc.exe v3.31, pic30-ld.exe v3.31, pic30-ar.exe v3.31
Preprocessor symbol `__DEBUG' is defined.
Wed Nov 07 03:13:53 2012
----------------------------------------------------------------------
BUILD FAILED
Mentor
8Nov2012,13:49   #4
xpi0t0s's Avatar
What's the problem here - do you not know what the error is? It's displayed.

If you do know which line is the error, what exactly don't you understand about it? It's pretty clear and for me difficult to know how to explain it in simpler terms.