undefined reference to `__stack_chk_fail’
just add -fno-stack-protector to your CFLAGS;
CFLAGS =-g -ffreestanding -nostdlib -fno-builtin -fno-exceptions -Wall -fno-stack-protector
just add -fno-stack-protector to your CFLAGS;
CFLAGS =-g -ffreestanding -nostdlib -fno-builtin -fno-exceptions -Wall -fno-stack-protector