HobbesOSR / kitten

Kitten Lightweight Kernel
Other
52 stars 19 forks source link

Fix build error on Ubuntu w/ gcc 4.9+. #3

Closed adk9 closed 8 years ago

adk9 commented 8 years ago

With gcc 4.9+, linking of vmlwk fails with: undefined reference to __stack_chk_fail. Adding -fno-stack-protector to CFLAGS fixes this.