Skip to content

Is 6c expected to "just work" like gcc on Linux? #11

Description

@arnoldrobbins

Hi. I'd like to understand the goals. Is the idea that after doing . env.sh so that 6c is in my path I can then build normal Linux software?

I tried this with GNU awk (gawk), and because of the additional binaries in the bin, I could not even run configure. So I tried running configure normally and then running make CC=6c but I got nowhere.

I then tried compiling a standalone program:

$ cat /tmp/hello.c 
#include <stdio.h>

int main(void)
{
	printf("hello, world!\n");
	return 0;
}
$ 6c /tmp/hello.c -o /tmp/hello
/tmp/hello.c:2 6c: No such file or directory: stdio.h

Am I doing something wrong, or are things just not quite fully baked? Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions