Open
Description
When I want to compile the assembler these are the errors I get (both in Moebius Linux and mSYS). I'm not really into C++ so I haven't taken the risk of trying to fix it myself.
$make
g++ -g -o qpu-assembler assemble.cpp
assemble.cpp: In function 'int main(int, char**)':
assemble.cpp:584:40: error: 'getopt' was not declared in this scope
while ((c = getopt(argc, argv, "o:")) != -1) {
assemble.cpp:587:28: error: 'optarg' was not declared in this scope
outfname = optarg;
Makefile:2: recipe for target 'qpu-assembler' failed
Metadata
Metadata
Assignees
Labels
No labels
Activity