I've managed to compile a project with Atmel Studio that's linked to the libcore.a I compiled..
Only thing is, is there a list of functions that are in libcore.a? Just so I don't mistakenly use the same name, or include .cpp/h files that are not needed since the object code is already there!