12/14/2010 8:47 AM
post78600
|
I am trying to build an application that uses couple of ado*** functions and I am getting the following error,
TempPlayBack.o: In function `omap35xx_playback_aquire':
TempPlayBack.c:(.text+0x6c): undefined reference to `ado_error'
TempPlayBack.c:(.text+0x80): undefined reference to `global_options'
TempPlayBack.o: In function `omap35xx_playback_trigger':
TempPlayBack.c:(.text+0xb0): undefined reference to `ado_error'
TempPlayBack.c:(.text+0x1a0): undefined reference to `ado_error'
TempPlayBack.c:(.text+0x1ac): undefined reference to `global_options'
TempPlayBack.o: In function `omap35xx_dma_interrupt':
TempPlayBack.c:(.text+0x1e4): undefined reference to `ado_error'
TempPlayBack.c:(.text+0x248): undefined reference to `ado_error'
TempPlayBack.c:(.text+0x25c): undefined reference to `ado_error'
TempPlayBack.c:(.text+0x268): undefined reference to `global_options'
TempPlayBack.o: In function `mcbsp_init':
TempPlayBack.c:(.text+0x29c): undefined reference to `ado_error'
TempPlayBack.c:(.text+0x448): undefined reference to `ado_error'
TempPlayBack.c:(.text+0x454): undefined reference to `global_options'
TempPlayBack.o: In function `omap35xx_dma_detach':
TempPlayBack.c:(.text+0x514): undefined reference to `ado_error'
TempPlayBack.o: In function `omap35xx_dma_attach':
TempPlayBack.c:(.text+0x5cc): undefined reference to `ado_error'
TempPlayBack.c:(.text+0x650): undefined reference to `ado_error'
TempPlayBack.o: In function `main':
TempPlayBack.c:(.text+0x72c): undefined reference to `ado_error'
TempPlayBack.c:(.text+0x760): undefined reference to `ado_error'
TempPlayBack.o:TempPlayBack.c:(.text+0x7d4): more undefined references to `ado_e
rror' follow
TempPlayBack.o: In function `main':
TempPlayBack.c:(.text+0x7e4): undefined reference to `ado_mutex_init_recursive_nodebug'
Compilation command :
qcc -Vgcc_ntoarm -c -O -Wc,-Wall -DNDEBUG -EL -I. -I"C:/QNX650/target/qnx6/usr/include" -DVARIANT_le -DBUILDENV_qss
TempPlayBack.c
Linking command :
qcc -Vgcc_ntoarmv7 -Wl,--no-keep-memory -EL -g -oTestApplication_g.exe TempPlayBack.o -L "C:\QNX650/target/qnx6/armle-
v7/lib" -Bstatic -lm -lgcc -Bdynamic -I. -I"C:\QNX650/target/qnx6/usr/include"
|
|
|