Replies: 2 comments 2 replies
-
Maybe this an issue with APE on OpenBSD 7.5 (current) in general? I just tried running the latest RedBean server on my box and got a nearly identical error:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you able to build on Linux and run on OpenBSD? I think Linux is our only supported development platform, but fixes welcome! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
👋🏻 Hi all, new to cosmo & C programming in general, so please bear with me.
I'm trying to compile this simple program with
cosmocc
./bin/cosmocc -lm -o time main.c
And I'm greeted with the following error:
I don't see a core dump file anywhere, otherwise I'd post that (
kern.nosuidcoredump -> 0
, if that matters).My program compiles fine using:
cc -lm -o time main.c
I'm using
cosmocc
fromcosmocc-3.6.2.zip
from the main website. I'm running OpenBSD 7.5 (current).Anyone know what's up with this?
Beta Was this translation helpful? Give feedback.
All reactions