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

Scas unable to properly locate errors past the first one #370

Open
MaxLeiter opened this issue Oct 19, 2018 · 2 comments
Open

Scas unable to properly locate errors past the first one #370

MaxLeiter opened this issue Oct 19, 2018 · 2 comments

Comments

@MaxLeiter
Copy link
Member

main.c:10:0: error #5: Unknown symbol '_get_lcd_lock'
"screen_clear(screen);"

(null):0:0: error #5: Unknown symbol '_screen_allocate'
(null)

(null):0:0: error #5: Unknown symbol '_screen_clear'
(null)

(null):0:0: error #5: Unknown symbol '_draw_string'
(null)

(null):0:0: error #5: Unknown symbol '_screen_draw'
(null)
@pixelherodev
Copy link

pixelherodev commented Oct 20, 2018

This is actually worse than it first appears - take another look at the first error printed.

@pixelherodev
Copy link

pixelherodev commented Jan 24, 2019

As a temporary solution, you can disable -fauto-relocation to get correct error listings. As such, I am pushing this back in the list of my priorities for right now (though of course if someone else wants to work on this feel free)

@pixelherodev pixelherodev added this to the scas 0.6 milestone May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants