Thanks. The thing is I didn't thought those files where used on the host too (cause they were in the firmware folder).
Many thanks fellows.

--- On Sat, 10/16/10, Peter Stuge <peter@stuge.se> wrote:

From: Peter Stuge <peter@stuge.se>
Subject: Re: osmocom on windows
To: baseband-devel@lists.osmocom.org
Date: Saturday, October 16, 2010, 8:08 PM

eisencah eisenach wrote:
> Cannot figure out where sercomm_drv_pull is defined.

$ git grep sercomm_drv_pull
src/host/osmocon/osmocon.c:     if (sercomm_drv_pull(&c) != 0) {
src/target/firmware/calypso/uart.c:                     if (!sercomm_drv_pull(&ch)) {
src/target/firmware/comm/sercomm.c:int sercomm_drv_pull(uint8_t *ch)
src/target/firmware/include/comm/sercomm.h:int sercomm_drv_pull(uint8_t *ch);


//Peter