- Edited
Hi,
I am having some difficulties using the hvcc on my laptop. I haven't tried yet it on the board.
When I did the last ssh make -C command I got this error:
''' Linking...
./build/core/default_main.o: In function main':
setup'
core/default_main.cpp:(.text+0x2ec): undefined reference to
core/default_main.cpp.text+0x2f0): undefined reference to
render'
cleanup'
core/default_main.cpp:(.text+0x2f4): undefined reference to
collect2: error: ld returned 1 exit status
Makefile:479: recipe for target '/root/Bela/projects/HeavyProjectName/HeavyProjectName' failed
make: *** [/root/Bela/projects/HeavyProjectName/HeavyProjectName] Error 1
make: Leaving directory '/root/Bela' '''
also I am getting this kind of message in IDE:
''' In file arm_acle.h: expected identifier or '(' column: 1, line: 142In file arm_acle.h: expected ')' column: 1, line: 142In file included from /root/Bela/projects/kokeilu/HvLightPipe.c:24:/usr/lib/llvm-3.9/bin/../lib/clang/3.9.1/include/arm_acle.h:142:1: error: expected identifier or '('clz(uint32_t t) {/usr/xenomai/include/boilerplate/compiler.h:87:3: note: expanded from macro 'clz' ({ \ In file included from /root/Bela/projects/kokeilu/HvLightPipe.c:24:/usr/lib/llvm-3.9/bin/../lib/clang/3.9.1/include/arm_acle.h:142:1: error: expected ')'/usr/xenomai/include/boilerplate/compiler.h:87:3: note: expanded from macro 'clz' ({ \ /usr/lib/llvm-3.9/bin/../lib/clang/3.9.1/include/arm_acle.h:142:1: note: to match this '('/usr/xenomai/include/boilerplate/compiler.h:87:2: note: expanded from macro '__clz' ({ \ 2 errors generated.make: *** [/root/Bela/projects/kokeilu/build/HvLightPipe.o] Error 1 '''
This happens also with pd patches that have been previously compiled with Heavy compiler and have worked quite ok. I'd be really happy with any tips! Thanks!
ps. sorry it looks my message looks really messy..