TrampolineRTOS / trampoline

Trampoline is a static RTOS for small embedded systems. Its API is aligned with OSEK/VDX OS and AUTOSAR OS 4.2 standards.
GNU General Public License v2.0
615 stars 268 forks source link

goil Xcode project is missing project.pbxproj #98

Closed andreivcodes closed 3 years ago

andreivcodes commented 3 years ago

goil Cocoa app does not open any window on my M1 Mac so I wanted to run a debug build and check what's wrong.

I quickly got stuck because of this error

image
jlbirccyn commented 3 years ago

I'll check that.

mbriday commented 3 years ago

There was an update on commit 2624863293f67820a81ed5e7fda07480d1ade476. You may be able to compile and run on an M1 Mac (cli tool in goil/makefile-macosx and cocoa editor with the XCode project).

There are binaries provided (for OS X Silicon) and the links are on the main README.md. The binaries are not signed. You may self sign them or rebuild binaries from sources.

regards