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

gcc compile err #140

Open
ohisama opened this issue May 6, 2019 · 1 comment
Open

gcc compile err #140

ohisama opened this issue May 6, 2019 · 1 comment

Comments

@ohisama
Copy link

ohisama commented May 6, 2019

~ $ cat main.c
#include <stdio.h>
#include <stdlib.h>

int main(int argc, char * argv[])
{
int i;
for (i = 1; i < argc; i++)
{
printf("%s%s", (i == 1 ? "" : " "), argv[i]);
}
putchar('\n');
exit(0);
}

~ $ gcc main.c
/tmp/cccDMhHm.s: Assembler messages:
/tmp/cccDMhHm.s:61: Error: operand out of range (1073741797 not between -3355443
2 and 33554431)
~ $

@s-macke
Copy link
Owner

s-macke commented May 6, 2019

Please try it again.

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