You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- Confidence test hello ---
hello.mod Compiling hello. Main program. 388 chars.
cc1: error: target system does not support the ‘stabs’ debug format
C compile and link: gcc -fPIC -g -I "/home/inky/voc/install/2/include" -gstabs -g1 -Wa,-acdhln=new.asm -Wl,-Map=output.map hello.c -o hello -L"/home/inky/voc/install/lib" -lvoc-O2
-- failed: status 0, exitcode 1.
Terminated by Halt(1).
./test.sh: line 4: ./hello: No such file or directory
1d0
< Hello.
FAILED: /home/inky/voc/src/test/confidence/hello
make[1]: *** [src/tools/make/oberon.mk:403: confidence] Error 1
make: *** [makefile:153: full] Error 2
of course i bypassed this by removing "-gstabs" option from src/test/confidence/testenv.sh file, still I am not sure how to deal with this.
The text was updated successfully, but these errors were encountered:
of course i bypassed this by removing "-gstabs" option from
src/test/confidence/testenv.sh
file, still I am not sure how to deal with this.The text was updated successfully, but these errors were encountered: