زمانیکه با MPLAB C18 برنامه رو BUIILD میکنم این ارور رو میده ، این چی ؟
MPLINK 4.40, Linker
Device Database Version 1.3
Error - could not find definition of symbol 'main' in file 'C:\Program Files (x86)\Microchip\mplabc18\v3.40\lib/c018i.o'.
Errors : 1
Link step failed.
تو فروم های خارجی این رو پیدا کردم ، اما متوجه نمیشم :angry:
i think your makefile (if you have one) is incorrect.
the above seems to be the call to the linker command. the linker is passed several object files and then links all of these files to generate your application. the above shows that xlcd.o is being included in the link, also the p18f4525.lib is also being pulled in, but the object file where the main() function is not being pulled in. try to edit/fix you makefile or your settings so that main.o is being compiled and is being pulled in by the linker.
اینم آدرس این مطالبه
http://www.societyofrobots.com/robot...p?topic=2934.0
MPLINK 4.40, Linker
Device Database Version 1.3
Error - could not find definition of symbol 'main' in file 'C:\Program Files (x86)\Microchip\mplabc18\v3.40\lib/c018i.o'.
Errors : 1
Link step failed.
تو فروم های خارجی این رو پیدا کردم ، اما متوجه نمیشم :angry:
i think your makefile (if you have one) is incorrect.
the above seems to be the call to the linker command. the linker is passed several object files and then links all of these files to generate your application. the above shows that xlcd.o is being included in the link, also the p18f4525.lib is also being pulled in, but the object file where the main() function is not being pulled in. try to edit/fix you makefile or your settings so that main.o is being compiled and is being pulled in by the linker.
اینم آدرس این مطالبه
http://www.societyofrobots.com/robot...p?topic=2934.0
دیدگاه