sribangaram
Full Member level 5
- Joined
- Apr 29, 2012
- Messages
- 297
- Helped
- 7
- Reputation
- 14
- Reaction score
- 7
- Trophy points
- 1,298
- Location
- INDIA.:/;:'" VIJAYAWADA
- Activity points
- 3,754
Dear Friend I am new to compelling I want to compile ASM file I have to fallow the Instruction's but I am getting the Error's and Build failed
I didn't understand ware I am mistake Please cooperate me for compile :|:sad:
- - - Updated - - -
Dear Friend I am getting this Error's Please tell me ware I am mistake
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `C:/Documents and Settings/MADHU/Desktop/TX/TX/TX.X'
make -f nbproject/Makefile-default.mk dist/default/production/TX.X.production.hex
make[2]: Entering directory `C:/Documents and Settings/MADHU/Desktop/TX/TX/TX.X'
"C:\Program Files\Microchip\MPLABX\mpasmx\mpasmx.exe" -q -p16f628 -l"build/default/production/_ext/1472/enc-044.lst" -e"build/default/production/_ext/1472/enc-044.err" -o"build/default/production/_ext/1472/enc-044.o" "../enc-044.asm"
Message[302] ..\ENC-044.ASM 61 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] ..\ENC-044.ASM 63 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] ..\ENC-044.ASM 65 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] ..\ENC-044.ASM 67 : Register in operand not in bank 0. Ensure that bank bits are correct.
Warning[224] ..\ENC-044.ASM 86 : Use of this instruction is not recommended.
Warning[224] ..\ENC-044.ASM 93 : Use of this instruction is not recommended.
Warning[224] ..\ENC-044.ASM 103 : Use of this instruction is not recommended.
Warning[224] ..\ENC-044.ASM 127 : Use of this instruction is not recommended.
"C:\Program Files\Microchip\MPLABX\mpasmx\mplink.exe" "..\16f628.lkr" -p16f628 -w -z__MPLAB_BUILD=1 -odist/default/production/TX.X.production.cof build/default/production/_ext/1472/enc-044.o
MPLINK 4.46, Linker
Device Database Version 1.11
Copyright (c) 1998-2011 Microchip Technology Inc.
make[2]: *** [dist/default/production/TX.X.production.hex] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
Error - could not find definition of symbol 'mtx_buffer' in file './build/default/production/_ext/1472/enc-044.o'.
Errors : 1
make[2]: Leaving directory `C:/Documents and Settings/MADHU/Desktop/TX/TX/TX.X'
make[1]: Leaving directory `C:/Documents and Settings/MADHU/Desktop/TX/TX/TX.X'
BUILD FAILED (exit value 2, total time: 4s)
I didn't understand ware I am mistake Please cooperate me for compile :|:sad:
- - - Updated - - -
Dear Friend I am getting this Error's Please tell me ware I am mistake
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `C:/Documents and Settings/MADHU/Desktop/TX/TX/TX.X'
make -f nbproject/Makefile-default.mk dist/default/production/TX.X.production.hex
make[2]: Entering directory `C:/Documents and Settings/MADHU/Desktop/TX/TX/TX.X'
"C:\Program Files\Microchip\MPLABX\mpasmx\mpasmx.exe" -q -p16f628 -l"build/default/production/_ext/1472/enc-044.lst" -e"build/default/production/_ext/1472/enc-044.err" -o"build/default/production/_ext/1472/enc-044.o" "../enc-044.asm"
Message[302] ..\ENC-044.ASM 61 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] ..\ENC-044.ASM 63 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] ..\ENC-044.ASM 65 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] ..\ENC-044.ASM 67 : Register in operand not in bank 0. Ensure that bank bits are correct.
Warning[224] ..\ENC-044.ASM 86 : Use of this instruction is not recommended.
Warning[224] ..\ENC-044.ASM 93 : Use of this instruction is not recommended.
Warning[224] ..\ENC-044.ASM 103 : Use of this instruction is not recommended.
Warning[224] ..\ENC-044.ASM 127 : Use of this instruction is not recommended.
"C:\Program Files\Microchip\MPLABX\mpasmx\mplink.exe" "..\16f628.lkr" -p16f628 -w -z__MPLAB_BUILD=1 -odist/default/production/TX.X.production.cof build/default/production/_ext/1472/enc-044.o
MPLINK 4.46, Linker
Device Database Version 1.11
Copyright (c) 1998-2011 Microchip Technology Inc.
make[2]: *** [dist/default/production/TX.X.production.hex] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
Error - could not find definition of symbol 'mtx_buffer' in file './build/default/production/_ext/1472/enc-044.o'.
Errors : 1
make[2]: Leaving directory `C:/Documents and Settings/MADHU/Desktop/TX/TX/TX.X'
make[1]: Leaving directory `C:/Documents and Settings/MADHU/Desktop/TX/TX/TX.X'
BUILD FAILED (exit value 2, total time: 4s)