Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
/home/lukasz/Pulpit/os/lukos-0.0.4/tools/boomstick/local/lib/gcc/x86_64-pc-lukos/4.5.0/../../../../x86_64-pc-lukos/bin/ld: error in /home/lukasz/Pulpit/os/lukos-0.0.4/tools/boomstick/local/lib/gcc/x86_64-pc-lukos/4.5.0/crtend.o(.eh_frame); no .eh_frame_hdr table will be created.
You'll need to give a little more detail than that.
For example, are you using C++? The linker is complaining that the sections that are going to be produced are incompatible with C++ w/exception handling.
You can get this error if your GCC is not built correctly. I'm not sure about the cross-compiler in the tutorial but for a long time I had this issue. Eventually modifying this line in my config.gcc solved it. My recollection is that it applies mainly to 64 bit cross-compilers. I'm not suggesting that it's your problem but offer it here in case others are looking for a solution.