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

fix assembler error on large files #119

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

rurban
Copy link

@rurban rurban commented Feb 16, 2023

the line_no must be unsigned.
.loc N -NUM is invalid, leading to "Error: file number less than one." Ditto for file_no

it's a small compiler, but my generated .s file has still 518904 lines

oh, forgot: I added "/usr/local/include/x86_64-linux-gnu/chibicc" to the -I path, because I copied your headers there.

the line_no must be unsigned.
.loc N -NUM is invalid, leading to "Error: file number less than one."
Ditto for file_no
we can put our headers there instead
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

Successfully merging this pull request may close these issues.

1 participant