|
Jim,
Thanks for your response. In trying to solve my original linker problem I ended up mixing apples and oranges, so to speak.
My original problem was a linker error:
Undefined first referenced
symbol in file
main /apps/workshop6_u1/WS6U1/lib/crt1.o
ld: fatal: Symbol referencing errors. No output written to TestDatalinkTradeRouter
So I ended up pulling in liby that had a GLOB definition of main, but in turn created other problems.
|