Hi all.
After setting up my build environment, I started to customize and build my application.
Trying to compile (make) my code, I get these two warnings:
-------------------%<-------------------------------
[rtovo@davincivm2 tsifLoopback]$ make
======== Building tsifLoopback ========
Configuring application using tsifLoopback.cfg
...
Compiling tsifLoopback.o from tsifLoopback.c..
tsifLoopback.c: In function `main':
tsifLoopback.c:288: warning: implicit declaration of function `close'
tsifLoopback.c: At top level:
/opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci/linux-2.6.10_mvl401_LSP_01_30_00_082/include/asm/arch/tsif.h:967: warning: 'tsif_remove' declared `static' but never defined
/opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci/linux-2.6.10_mvl401_LSP_01_30_00_082/include/asm/arch/tsif.h:968: warning: 'tsif_platform_release' declared `static' but never defined
Linking tsifLoopback from tsifLoopback.o tsifLoopback_config/linker.cmd..
[rtovo@davincivm2 tsifLoopback]$
-------------------%<-------------------------------
Should I worry about that?
The code (saTsifLoopback.c) is a sample app from PSP_01_30_00_082