Flash File system f3s_init and f3s_start

I am writing a flash file system driver using the BSP (ppc) as a starting
point. When I compile and link, the linker can’t find the f3s_init() and
f3s_start() functions. What library are these functions in?

tia

“Issam Haddad” <ihaddad@asurent.com> wrote in
news:a785j5$7ej$1@inn.qnx.com:

I am writing a flash file system driver using the BSP (ppc) as a starting
point. When I compile and link, the linker can’t find the f3s_init() and
f3s_start() functions. What library are these functions in?

It should be in the libfs-flash which should be in the prebuilt section of
your BSP. Do an objdump -x to see the symbols available.

\

Cheers,
Adam

QNX Software Systems Ltd.
[ amallory@qnx.com ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <pschon@baste.magibox.net>

Thanks.

“Adam Mallory” <amallory@qnx.com> wrote in message
news:Xns91D75F9538822amalloryqnxcom@209.226.137.4

“Issam Haddad” <> ihaddad@asurent.com> > wrote in
news:a785j5$7ej$> 1@inn.qnx.com> :

I am writing a flash file system driver using the BSP (ppc) as a
starting
point. When I compile and link, the linker can’t find the f3s_init()
and
f3s_start() functions. What library are these functions in?

It should be in the libfs-flash which should be in the prebuilt section of
your BSP. Do an objdump -x to see the symbols available.

\

Cheers,
Adam

QNX Software Systems Ltd.
[ > amallory@qnx.com > ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <> pschon@baste.magibox.net