silverwolfman
Junior Member level 1
- Joined
- Feb 22, 2013
- Messages
- 16
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,408
Hi guys,
I've try to compile the AN1069 downloaded from the website, and here is what pops out from my IDE:
Is it because the complier is not working (mpasm V5.57)? Or maybe the IDE isn't working? I've just re-installed it not long ago.
Thanks ahead!
I've try to compile the AN1069 downloaded from the website, and here is what pops out from my IDE:
CLEAN SUCCESSFUL (total time: 61ms)
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 'C:/Users/engineer/Desktop/AN1069/AN1069.X'
make -f nbproject/Makefile-default.mk dist/default/production/AN1069.X.production.hex
make[2]: Entering directory 'C:/Users/engineer/Desktop/AN1069/AN1069.X'
make[2]: *** No rule to make target 'build/default/production/_ext/1472/AN1069.o', needed by 'dist/default/production/AN1069.X.production.hex'. Stop.
make[1]: *** [.build-conf] Error 2
make[2]: Leaving directory 'C:/Users/engineer/Desktop/AN1069/AN1069.X'
make: *** [.build-impl] Error 2
nbproject/Makefile-default.mk:75: recipe for target '.build-conf' failed
make[1]: Leaving directory 'C:/Users/ALAengineer/Desktop/AN1069/AN1069.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
BUILD FAILED (exit value 2, total time: 308ms)
Is it because the complier is not working (mpasm V5.57)? Or maybe the IDE isn't working? I've just re-installed it not long ago.
Thanks ahead!
Last edited by a moderator: