We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Crossbridge is not support the cygwin 64-bit?
when i run the command:
$fred ~/Downloads/Crossbridge_1.0.1/samples/01_HelloWorld $../../sdk/usr/bin/gcc hello.c -emit-swf -o hello.swf $echo $? 127
it just return.
i use the echo $? to check the return code. it is 127
The text was updated successfully, but these errors were encountered:
There wasn't cygwin 64b when 1.0.1 came out. Please use 32b or make one from code (expecting minor changes).
Sorry, something went wrong.
No branches or pull requests
Crossbridge is not support the cygwin 64-bit?
when i run the command:
$fred ~/Downloads/Crossbridge_1.0.1/samples/01_HelloWorld
$echo $ ?
$../../sdk/usr/bin/gcc hello.c -emit-swf -o hello.swf
127
it just return.
i use the echo $? to check the return code. it is 127
The text was updated successfully, but these errors were encountered: