Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stabs debug format is not supported at least on one aarch64 platform. #84

Open
norayr opened this issue Mar 18, 2020 · 2 comments
Open

Comments

@norayr
Copy link
Member

norayr commented Mar 18, 2020

--- 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.

@MarcusE1W
Copy link

MarcusE1W commented Nov 29, 2020

Same here.
PinebookPro with Armbian

--- 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/mmw/.local/voc/install/2/include" -gstabs -g1 -Wa,-acdhln=new.asm -Wl,-Map=output.map hello.c  -o hello -L"/home/mmw/.local/voc/install/lib" -lvoc-O2
-- failed: status 0, exitcode 1.
Terminated by Halt(1). 
./test.sh: 4: ./hello: not found
1d0
< Hello.
FAILED: /home/mmw/.local/voc/src/test/confidence/hello

make[1]: *** [src/tools/make/oberon.mk:403: confidence] Error 1
make: *** [makefile:153: full] Error 2

@MarcusE1W
Copy link

Update: with export CC=clang all tests passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants