cooboyno111 / vala2std

Transform Vala code from <glib.h><glib-object.h> to std C code base
2 stars 0 forks source link

Do you know about posix profile? #1

Open gavr123456789 opened 4 years ago

gavr123456789 commented 4 years ago

Go try valac file --profile=posix

cooboyno111 commented 4 years ago

valac cuintstr.vala --profile=posix -C error: Unknown profile posix Compilation failed: 1 error(s), 0 warning(s)

I tried to run the vala generated c code on stm32 and other mcu. Instead of just running on the linux platform.