cdb@gamma ~/vdsi/beacon-work/tmp-test/out9 $ cmake-sdcc .. -- The C compiler identification is SDCC -- Check for working C compiler: /home/cdb/bin/sdcc/bin/sdcc -- Check for working C compiler: /home/cdb/bin/sdcc/bin/sdcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- MY_ASM_OBJS is /home/cdb/vdsi/beacon-work/tmp-test/out9/sleep_timer_get.rel -- Configuring done -- Generating done -- Build files have been written to: /home/cdb/vdsi/beacon-work/tmp-test/out9 cdb@gamma ~/vdsi/beacon-work/tmp-test/out9 $ make VERBOSE=1 /usr/bin/cmake -H/home/cdb/vdsi/beacon-work/tmp-test -B/home/cdb/vdsi/beacon-work/tmp-test/out9 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /home/cdb/vdsi/beacon-work/tmp-test/out9/CMakeFiles /home/cdb/vdsi/beacon-work/tmp-test/out9/CMakeFiles/progress.make make -f CMakeFiles/Makefile2 all make[1]: Entering directory `/home/cdb/vdsi/beacon-work/tmp-test/out9' make -f CMakeFiles/timertest.dir/build.make CMakeFiles/timertest.dir/depend make[2]: Entering directory `/home/cdb/vdsi/beacon-work/tmp-test/out9' /usr/bin/cmake -E cmake_progress_report /home/cdb/vdsi/beacon-work/tmp-test/out9/CMakeFiles 2 [ 50%] Generating sleep_timer_get.rel asx8051-wrapper -I/home/cdb/vdsi/beacon-work/tmp-test -o /home/cdb/vdsi/beacon-work/tmp-test/out9/sleep_timer_get.rel /home/cdb/vdsi/beacon-work/tmp-test/sleep_timer_get.asm SRC: '/home/cdb/vdsi/beacon-work/tmp-test/sleep_timer_get.asm' OBJ: '/home/cdb/vdsi/beacon-work/tmp-test/out9/sleep_timer_get.rel' Running assembler... `/home/cdb/vdsi/beacon-work/tmp-test/sleep_timer_get.rel' -> `/home/cdb/vdsi/beacon-work/tmp-test/out9/sleep_timer_get.rel' `/home/cdb/vdsi/beacon-work/tmp-test/sleep_timer_get.lst' -> `/home/cdb/vdsi/beacon-work/tmp-test/out9/sleep_timer_get.lst' `/home/cdb/vdsi/beacon-work/tmp-test/sleep_timer_get.sym' -> `/home/cdb/vdsi/beacon-work/tmp-test/out9/sleep_timer_get.sym' cd /home/cdb/vdsi/beacon-work/tmp-test/out9 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/cdb/vdsi/beacon-work/tmp-test /home/cdb/vdsi/beacon-work/tmp-test /home/cdb/vdsi/beacon-work/tmp-test/out9 /home/cdb/vdsi/beacon-work/tmp-test/out9 /home/cdb/vdsi/beacon-work/tmp-test/out9/CMakeFiles/timertest.dir/DependInfo.cmake --color= Dependee "/home/cdb/vdsi/beacon-work/tmp-test/out9/CMakeFiles/timertest.dir/DependInfo.cmake" is newer than depender "/home/cdb/vdsi/beacon-work/tmp-test/out9/CMakeFiles/timertest.dir/depend.internal". Scanning dependencies of target timertest make[2]: Leaving directory `/home/cdb/vdsi/beacon-work/tmp-test/out9' make -f CMakeFiles/timertest.dir/build.make CMakeFiles/timertest.dir/build make[2]: Entering directory `/home/cdb/vdsi/beacon-work/tmp-test/out9' /usr/bin/cmake -E cmake_progress_report /home/cdb/vdsi/beacon-work/tmp-test/out9/CMakeFiles 1 [100%] Building C object CMakeFiles/timertest.dir/main.c.rel /home/cdb/bin/sdcc/bin/sdcc -mmcs51 --model-large --stack-auto --std-c99 -o CMakeFiles/timertest.dir/main.c.rel -c /home/cdb/vdsi/beacon-work/tmp-test/main.c Linking C executable timertest.ihx /usr/bin/cmake -E cmake_link_script CMakeFiles/timertest.dir/link.txt --verbose=1 /home/cdb/bin/sdcc/bin/sdcc -mmcs51 --model-large --stack-auto --std-c99 CMakeFiles/timertest.dir/main.c.rel --out-fmt-ihx -o timertest.ihx --xram-loc 0xF000 --xram-size 3414 --iram-size 256 --code-size 32768 ?ASlink-Warning-Undefined Global '_sleep_timer_get' referenced by module 'main' make[2]: *** [timertest.ihx] Error 1 make[2]: Leaving directory `/home/cdb/vdsi/beacon-work/tmp-test/out9' make[1]: *** [CMakeFiles/timertest.dir/all] Error 2 make[1]: Leaving directory `/home/cdb/vdsi/beacon-work/tmp-test/out9' make: *** [all] Error 2 cdb@gamma ~/vdsi/beacon-work/tmp-test/out9 $