The project is cobbled together, but starts from TWIsensor in the SDK 14 examples. The project is compiled with the gcc toolchain which has not given me any trouble. The project compiles but the linker is unable to find functions within the object file which is my GPIO.c file. The _build has a GPIO.c.o and it is populated but the linker can not find the functions. The make file is cobbled together as well but has started from the TWIsensor as well, the make file seems to have many of the same src and folders as the example gpiote.
Any suggestions would be appreciated.