共1条
1/1 1 跳转至页
Building a TFFS BSP 新闻群组:comp.os.vxworks

回应的第 1-10 项留言
Message 1 in thread
寄件者:parreg@my-deja.com (parreg@my-deja.com)
主旨:Building a TFFS BSP
新闻群组:comp.os.vxworks
View this article only
日期:2001-01-11 09:56:36 PST
Hi all,
In building a BSP to include TFFS changes. I get the following errors
during RE-BUILD all in Tornado:ldppc -X -N -e _sysInit -Ttext 00010000
\
dataSegPad.o partialImage.o ctdt.o -o vxWorks
partialImage.o: In function `flInit':
partialImage.o(.text+0xb10c4): undefined reference to
`flRegisterComponents'
partialImage.o: In function `flMount':
partialImage.o(.text+0xb19b2): undefined reference to `noOfTLs'
partialImage.o(.text+0xb19b6): undefined reference to `noOfTLs'
partialImage.o(.text+0xb19c6): undefined reference to `tlTable'
partialImage.o(.text+0xb19ca): undefined reference to `tlTable'
partialImage.o(.text+0xb19ce): undefined reference to `noOfTLs'
partialImage.o(.text+0xb19ee): undefined reference to `noOfTLs'
partialImage.o: In function `flFormat':
partialImage.o(.text+0xb1a96): undefined reference to `noOfTLs'
partialImage.o(.text+0xb1a9a): undefined reference to `noOfTLs'
partialImage.o(.text+0xb1aaa): undefined reference to `noOfTLs'
partialImage.o(.text+0xb1aae): undefined reference to `tlTable'
partialImage.o(.text+0xb1ab2): undefined reference to `tlTable'
partialImage.o(.text+0xb1aca): undefined reference to `noOfTLs'
partialImage.o: In function `flIntelIdentify':
partialImage.o(.text+0xb1c9c): undefined reference to `flDelayLoop'
partialImage.o: In function `isRAM':
partialImage.o(.text+0xb1fc0): undefined reference to `flDelayLoop'
partialImage.o: In function `flIdentifyFlash':
partialImage.o(.text+0xb20a2): undefined reference to `noOfMTDs'
partialImage.o(.text+0xb20a6): undefined reference to `noOfMTDs'
partialImage.o(.text+0xb20c2): undefined reference to `mtdTable'
partialImage.o(.text+0xb20c6): undefined reference to `mtdTable'
partialImage.o(.text+0xb20ca): undefined reference to `noOfMTDs'
partialImage.o(.text+0xb20e2): undefined reference to `noOfMTDs'
make: *** [vxWorks] Error 0x1
Has anyone encountered similar errors and resolved them? Thanks in
advance.
Sent via Deja.com
http://www.deja.com/
Message 2 in thread
寄件者:Band-Aid (Band-Aid@VxWorks.ORG)
主旨:Re: Building a TFFS BSP
新闻群组:comp.os.vxworks
View this article only
日期:2001-01-11 10:10:06 PST
Do you have this line in your makefile?
MACH_EXTRA = sysTffs.o
Band-Aid
wrote in message news:93kr1c$dss$1@nnrp1.deja.com...
> Hi all,
>
> In building a BSP to include TFFS changes. I get the following errors
> during RE-BUILD all in Tornado:ldppc -X -N -e _sysInit -Ttext 00010000
> \
> dataSegPad.o partialImage.o ctdt.o -o vxWorks
> partialImage.o: In function `flInit':
> partialImage.o(.text+0xb10c4): undefined reference to
> `flRegisterComponents'
> partialImage.o: In function `flMount':
> partialImage.o(.text+0xb19b2): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb19b6): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb19c6): undefined reference to `tlTable'
> partialImage.o(.text+0xb19ca): undefined reference to `tlTable'
> partialImage.o(.text+0xb19ce): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb19ee): undefined reference to `noOfTLs'
> partialImage.o: In function `flFormat':
> partialImage.o(.text+0xb1a96): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb1a9a): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb1aaa): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb1aae): undefined reference to `tlTable'
> partialImage.o(.text+0xb1ab2): undefined reference to `tlTable'
> partialImage.o(.text+0xb1aca): undefined reference to `noOfTLs'
> partialImage.o: In function `flIntelIdentify':
> partialImage.o(.text+0xb1c9c): undefined reference to `flDelayLoop'
> partialImage.o: In function `isRAM':
> partialImage.o(.text+0xb1fc0): undefined reference to `flDelayLoop'
> partialImage.o: In function `flIdentifyFlash':
> partialImage.o(.text+0xb20a2): undefined reference to `noOfMTDs'
> partialImage.o(.text+0xb20a6): undefined reference to `noOfMTDs'
> partialImage.o(.text+0xb20c2): undefined reference to `mtdTable'
> partialImage.o(.text+0xb20c6): undefined reference to `mtdTable'
> partialImage.o(.text+0xb20ca): undefined reference to `noOfMTDs'
> partialImage.o(.text+0xb20e2): undefined reference to `noOfMTDs'
> make: *** [vxWorks] Error 0x1
>
> Has anyone encountered similar errors and resolved them? Thanks in
> advance.
>
>
>
> Sent via Deja.com
> http://www.deja.com/
>
Message 3 in thread
寄件者:parreg@my-deja.com (parreg@my-deja.com)
主旨:Re: Building a TFFS BSP
新闻群组:comp.os.vxworks
View this article only
日期:2001-01-11 11:54:07 PST
In article ,
"Band-Aid" wrote:
> Do you have this line in your makefile?
>
> MACH_EXTRA = sysTffs.o
>
> Band-Aid
>
> wrote in message news:93kr1c$dss$1@nnrp1.deja.com...
> > Hi all,
> >
> > In building a BSP to include TFFS changes. I get the following errors
> > during RE-BUILD all in Tornado:ldppc -X -N -e _sysInit -Ttext 00010000
> > \
> > dataSegPad.o partialImage.o ctdt.o -o vxWorks
> > partialImage.o: In function `flInit':
> > partialImage.o(.text+0xb10c4): undefined reference to
> > `flRegisterComponents'
> > partialImage.o: In function `flMount':
> > partialImage.o(.text+0xb19b2): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb19b6): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb19c6): undefined reference to `tlTable'
> > partialImage.o(.text+0xb19ca): undefined reference to `tlTable'
> > partialImage.o(.text+0xb19ce): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb19ee): undefined reference to `noOfTLs'
> > partialImage.o: In function `flFormat':
> > partialImage.o(.text+0xb1a96): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb1a9a): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb1aaa): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb1aae): undefined reference to `tlTable'
> > partialImage.o(.text+0xb1ab2): undefined reference to `tlTable'
> > partialImage.o(.text+0xb1aca): undefined reference to `noOfTLs'
> > partialImage.o: In function `flIntelIdentify':
> > partialImage.o(.text+0xb1c9c): undefined reference to `flDelayLoop'
> > partialImage.o: In function `isRAM':
> > partialImage.o(.text+0xb1fc0): undefined reference to `flDelayLoop'
> > partialImage.o: In function `flIdentifyFlash':
> > partialImage.o(.text+0xb20a2): undefined reference to `noOfMTDs'
> > partialImage.o(.text+0xb20a6): undefined reference to `noOfMTDs'
> > partialImage.o(.text+0xb20c2): undefined reference to `mtdTable'
> > partialImage.o(.text+0xb20c6): undefined reference to `mtdTable'
> > partialImage.o(.text+0xb20ca): undefined reference to `noOfMTDs'
> > partialImage.o(.text+0xb20e2): undefined reference to `noOfMTDs'
> > make: *** [vxWorks] Error 0x1
> >
> > Has anyone encountered similar errors and resolved them? Thanks in
> > advance.
> >
> >
> >
> > Sent via Deja.com
> > http://www.deja.com/
> >
>
> Yes I do.
Sent via Deja.com
http://www.deja.com/
Message 4 in thread
寄件者:parreg@my-deja.com (parreg@my-deja.com)
主旨:Re: Building a TFFS BSP
新闻群组:comp.os.vxworks
View this article only
日期:2001-01-11 11:54:31 PST
In article ,
"Band-Aid" wrote:
> Do you have this line in your makefile?
>
> MACH_EXTRA = sysTffs.o
>
> Band-Aid
>
> wrote in message news:93kr1c$dss$1@nnrp1.deja.com...
> > Hi all,
> >
> > In building a BSP to include TFFS changes. I get the following errors
> > during RE-BUILD all in Tornado:ldppc -X -N -e _sysInit -Ttext 00010000
> > \
> > dataSegPad.o partialImage.o ctdt.o -o vxWorks
> > partialImage.o: In function `flInit':
> > partialImage.o(.text+0xb10c4): undefined reference to
> > `flRegisterComponents'
> > partialImage.o: In function `flMount':
> > partialImage.o(.text+0xb19b2): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb19b6): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb19c6): undefined reference to `tlTable'
> > partialImage.o(.text+0xb19ca): undefined reference to `tlTable'
> > partialImage.o(.text+0xb19ce): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb19ee): undefined reference to `noOfTLs'
> > partialImage.o: In function `flFormat':
> > partialImage.o(.text+0xb1a96): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb1a9a): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb1aaa): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb1aae): undefined reference to `tlTable'
> > partialImage.o(.text+0xb1ab2): undefined reference to `tlTable'
> > partialImage.o(.text+0xb1aca): undefined reference to `noOfTLs'
> > partialImage.o: In function `flIntelIdentify':
> > partialImage.o(.text+0xb1c9c): undefined reference to `flDelayLoop'
> > partialImage.o: In function `isRAM':
> > partialImage.o(.text+0xb1fc0): undefined reference to `flDelayLoop'
> > partialImage.o: In function `flIdentifyFlash':
> > partialImage.o(.text+0xb20a2): undefined reference to `noOfMTDs'
> > partialImage.o(.text+0xb20a6): undefined reference to `noOfMTDs'
> > partialImage.o(.text+0xb20c2): undefined reference to `mtdTable'
> > partialImage.o(.text+0xb20c6): undefined reference to `mtdTable'
> > partialImage.o(.text+0xb20ca): undefined reference to `noOfMTDs'
> > partialImage.o(.text+0xb20e2): undefined reference to `noOfMTDs'
> > make: *** [vxWorks] Error 0x1
> >
> > Has anyone encountered similar errors and resolved them? Thanks in
> > advance.
> >
> >
> >
> > Sent via Deja.com
> > http://www.deja.com/
> >
>
> Yes I do.
Sent via Deja.com
http://www.deja.com/
Message 5 in thread
寄件者:parreg@my-deja.com (parreg@my-deja.com)
主旨:Re: Building a TFFS BSP
新闻群组:comp.os.vxworks
View this article only
日期:2001-01-11 11:57:08 PST
In article ,
"Band-Aid" wrote:
> Do you have this line in your makefile?
>
> MACH_EXTRA = sysTffs.o
>
> Band-Aid
>
> wrote in message news:93kr1c$dss$1@nnrp1.deja.com...
> > Hi all,
> >
> > In building a BSP to include TFFS changes. I get the following errors
> > during RE-BUILD all in Tornado:ldppc -X -N -e _sysInit -Ttext 00010000
> > \
> > dataSegPad.o partialImage.o ctdt.o -o vxWorks
> > partialImage.o: In function `flInit':
> > partialImage.o(.text+0xb10c4): undefined reference to
> > `flRegisterComponents'
> > partialImage.o: In function `flMount':
> > partialImage.o(.text+0xb19b2): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb19b6): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb19c6): undefined reference to `tlTable'
> > partialImage.o(.text+0xb19ca): undefined reference to `tlTable'
> > partialImage.o(.text+0xb19ce): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb19ee): undefined reference to `noOfTLs'
> > partialImage.o: In function `flFormat':
> > partialImage.o(.text+0xb1a96): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb1a9a): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb1aaa): undefined reference to `noOfTLs'
> > partialImage.o(.text+0xb1aae): undefined reference to `tlTable'
> > partialImage.o(.text+0xb1ab2): undefined reference to `tlTable'
> > partialImage.o(.text+0xb1aca): undefined reference to `noOfTLs'
> > partialImage.o: In function `flIntelIdentify':
> > partialImage.o(.text+0xb1c9c): undefined reference to `flDelayLoop'
> > partialImage.o: In function `isRAM':
> > partialImage.o(.text+0xb1fc0): undefined reference to `flDelayLoop'
> > partialImage.o: In function `flIdentifyFlash':
> > partialImage.o(.text+0xb20a2): undefined reference to `noOfMTDs'
> > partialImage.o(.text+0xb20a6): undefined reference to `noOfMTDs'
> > partialImage.o(.text+0xb20c2): undefined reference to `mtdTable'
> > partialImage.o(.text+0xb20c6): undefined reference to `mtdTable'
> > partialImage.o(.text+0xb20ca): undefined reference to `noOfMTDs'
> > partialImage.o(.text+0xb20e2): undefined reference to `noOfMTDs'
> > make: *** [vxWorks] Error 0x1
> >
> > Has anyone encountered similar errors and resolved them? Thanks in
> > advance.
> >
> >
> >
> > Sent via Deja.com
> > http://www.deja.com/
> >
>
> Yes I do. I feel that I'm missing an INCLUDE however my config file
contains the INCLUDES defined in the manual. as well as sysTffs.c
Sent via Deja.com
http://www.deja.com/
Message 6 in thread
寄件者:Charles Krinke (ckrinke@doctordesign.com)
主旨:Re: Building a TFFS BSP
新闻群组:comp.os.vxworks
View this article only
日期:2001-01-11 12:44:52 PST
> > >
> > > In building a BSP to include TFFS changes. I get the following errors
> > > during RE-BUILD all in Tornado:ldppc -X -N -e _sysInit -Ttext 00010000
> > > \
> > > partialImage.o(.text+0xb19b6): undefined reference to `noOfTLs'
> > > partialImage.o: In function `flFormat':
> > > partialImage.o(.text+0xb1a96): undefined reference to `noOfTLs'
> > > partialImage.o(.text+0xb1a9a): undefined reference to `noOfTLs'
> > > partialImage.o(.text+0xb1aaa): undefined reference to `noOfTLs'
> > > partialImage.o(.text+0xb1aae): undefined reference to `tlTable'
> > > partialImage.o: In function `flIntelIdentify':
> > > partialImage.o(.text+0xb1c9c): undefined reference to `flDelayLoop'
> > > partialImage.o: In function `isRAM':
> > > partialImage.o: In function `flIdentifyFlash':
> > > partialImage.o(.text+0xb20c2): undefined reference to `mtdTable'
Personally, what I do when this happens is to search the source files for
references to the undefined references and see if there are any appropriate
(or inappropriate) #ifdef's near them. Invariably, there has been an #ifdef
around the original definition of the undefined (at least so far), and
studying the implications of that ifdef has fixed my problems so far. I
should however say, that, just defining the ifdef is not necessarily the
correct answer as many of these manifest constants are in themselves
affected by other manifest constants.
> > >
> > > Has anyone encountered similar errors and resolved them? Thanks in
> > > advance.
> > > Sent via Deja.com
> > > http://www.deja.com/
> > >
> >
> > Yes I do. I feel that I'm missing an INCLUDE however my config file
> contains the INCLUDES defined in the manual. as well as sysTffs.c
>
>
> Sent via Deja.com
> http://www.deja.com/
Message 7 in thread
寄件者:Eric Lesch (eric.e.lesch@lmco.com)
主旨:Re: Building a TFFS BSP
新闻群组:comp.os.vxworks
View this article only
日期:2001-01-11 15:06:25 PST
First of all my processor is the PPC603.
When I first built a BSP with TFFS I got the same errors. It turned out
that I did not have the library with TFFS in it. I determined this by
searching the libraries I had looking for flMount. It did not exist
because we had not purchased the TFFS package. I did however find that
there was a library for my processor without hardware floating point
support, but did have TFFS support. I first linked against the library
without TFFS and then linked agaist the one with the TFFS. It only pulled
the TFFS portion out of the second library. This worked just fine, and I
was able to create my BSP with hardware floating point and TFFS.
parreg@my-deja.com wrote:
> Hi all,
>
> In building a BSP to include TFFS changes. I get the following errors
> during RE-BUILD all in Tornado:ldppc -X -N -e _sysInit -Ttext 00010000
> \
> dataSegPad.o partialImage.o ctdt.o -o vxWorks
> partialImage.o: In function `flInit':
> partialImage.o(.text+0xb10c4): undefined reference to
> `flRegisterComponents'
> partialImage.o: In function `flMount':
> partialImage.o(.text+0xb19b2): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb19b6): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb19c6): undefined reference to `tlTable'
> partialImage.o(.text+0xb19ca): undefined reference to `tlTable'
> partialImage.o(.text+0xb19ce): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb19ee): undefined reference to `noOfTLs'
> partialImage.o: In function `flFormat':
> partialImage.o(.text+0xb1a96): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb1a9a): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb1aaa): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb1aae): undefined reference to `tlTable'
> partialImage.o(.text+0xb1ab2): undefined reference to `tlTable'
> partialImage.o(.text+0xb1aca): undefined reference to `noOfTLs'
> partialImage.o: In function `flIntelIdentify':
> partialImage.o(.text+0xb1c9c): undefined reference to `flDelayLoop'
> partialImage.o: In function `isRAM':
> partialImage.o(.text+0xb1fc0): undefined reference to `flDelayLoop'
> partialImage.o: In function `flIdentifyFlash':
> partialImage.o(.text+0xb20a2): undefined reference to `noOfMTDs'
> partialImage.o(.text+0xb20a6): undefined reference to `noOfMTDs'
> partialImage.o(.text+0xb20c2): undefined reference to `mtdTable'
> partialImage.o(.text+0xb20c6): undefined reference to `mtdTable'
> partialImage.o(.text+0xb20ca): undefined reference to `noOfMTDs'
> partialImage.o(.text+0xb20e2): undefined reference to `noOfMTDs'
> make: *** [vxWorks] Error 0x1
>
> Has anyone encountered similar errors and resolved them? Thanks in
> advance.
>
> Sent via Deja.com
> http://www.deja.com/
Message 8 in thread
寄件者:Eric Lesch (eric.e.lesch@lmco.com)
主旨:Re: Building a TFFS BSP
新闻群组:comp.os.vxworks
View this article only
日期:2001-01-11 15:10:01 PST
First of all my processor is the PPC603.
When I first built a BSP with TFFS I got the same errors. It turned out
that I did not have the library with TFFS in it. I determined this by
searching the libraries I had looking for flMount. It did not exist
because we had not purchased the TFFS package. I did however find that
there was a library for my processor without hardware floating point
support, but did have TFFS support. I first linked against the library
without TFFS and then linked agaist the one with the TFFS. It only pulled
the TFFS portion out of the second library. This worked just fine, and I
was able to create my BSP with hardware floating point and TFFS.
parreg@my-deja.com wrote:
> Hi all,
>
> In building a BSP to include TFFS changes. I get the following errors
> during RE-BUILD all in Tornado:ldppc -X -N -e _sysInit -Ttext 00010000
> \
> dataSegPad.o partialImage.o ctdt.o -o vxWorks
> partialImage.o: In function `flInit':
> partialImage.o(.text+0xb10c4): undefined reference to
> `flRegisterComponents'
> partialImage.o: In function `flMount':
> partialImage.o(.text+0xb19b2): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb19b6): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb19c6): undefined reference to `tlTable'
> partialImage.o(.text+0xb19ca): undefined reference to `tlTable'
> partialImage.o(.text+0xb19ce): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb19ee): undefined reference to `noOfTLs'
> partialImage.o: In function `flFormat':
> partialImage.o(.text+0xb1a96): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb1a9a): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb1aaa): undefined reference to `noOfTLs'
> partialImage.o(.text+0xb1aae): undefined reference to `tlTable'
> partialImage.o(.text+0xb1ab2): undefined reference to `tlTable'
> partialImage.o(.text+0xb1aca): undefined reference to `noOfTLs'
> partialImage.o: In function `flIntelIdentify':
> partialImage.o(.text+0xb1c9c): undefined reference to `flDelayLoop'
> partialImage.o: In function `isRAM':
> partialImage.o(.text+0xb1fc0): undefined reference to `flDelayLoop'
> partialImage.o: In function `flIdentifyFlash':
> partialImage.o(.text+0xb20a2): undefined reference to `noOfMTDs'
> partialImage.o(.text+0xb20a6): undefined reference to `noOfMTDs'
> partialImage.o(.text+0xb20c2): undefined reference to `mtdTable'
> partialImage.o(.text+0xb20c6): undefined reference to `mtdTable'
> partialImage.o(.text+0xb20ca): undefined reference to `noOfMTDs'
> partialImage.o(.text+0xb20e2): undefined reference to `noOfMTDs'
> make: *** [vxWorks] Error 0x1
>
> Has anyone encountered similar errors and resolved them? Thanks in
> advance.
>
> Sent via Deja.com
> http://www.deja.com/
Message 9 in thread
寄件者:Johan Borkhuis (borkhuis@lucent.com)
主旨:Re: Building a TFFS BSP
新闻群组:comp.os.vxworks
View this article only
日期:2001-01-12 00:56:42 PST
parreg@my-deja.com wrote in <93kr1c$dss$1@nnrp1.deja.com>:
>In building a BSP to include TFFS changes. I get the following errors
>during RE-BUILD all in Tornado:ldppc -X -N -e _sysInit -Ttext 00010000 \
> dataSegPad.o partialImage.o ctdt.o -o vxWorks
>partialImage.o: In function `flInit':
>partialImage.o(.text+0xb10c4): undefined reference to
>`flRegisterComponents' ...
>
>Has anyone encountered similar errors and resolved them? Thanks in
>advance.
Yes, this means that the optional product TFFS is not included in your
system. It has to be bought seperately. But due to an error in the
distribution the library you need (ftllite.o) is included in another
library, the libPPCEC603gnuvx.a. Take a look at:
http://www.xs4all.nl/~borkhuis/vxworks/mbx860.html on how to access this
file. BTW: this can be done for development so you can continue, but you
need a license from WRS before you can officially use and sell a product
that includes TFFS!
Groeten,
Johan
--
o o o o o o o . . . ___________________________________
o _____ || Johan Borkhuis |
.][__n_n_|DD[ ====_____ | johan@borksoft.xs4all.nl |
>(________|__|_[_________]_|________________________________|
_/oo OOOOO oo` ooo ooo 'o!o!o o!o!o`
=== VxWorks FAQ: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html ===
Message 10 in thread
寄件者:parreg@my-deja.com (parreg@my-deja.com)
主旨:Re: Building a TFFS BSP
新闻群组:comp.os.vxworks
View this article only
日期:2001-01-12 06:14:06 PST
In article <902765849borkhuislucentcom@135.7.153.102>,
borkhuis@lucent.com (Johan Borkhuis) wrote:
> parreg@my-deja.com wrote in <93kr1c$dss$1@nnrp1.deja.com>:
> >In building a BSP to include TFFS changes. I get the following errors
> >during RE-BUILD all in Tornado:ldppc -X -N -e _sysInit -Ttext 00010000 \
> > dataSegPad.o partialImage.o ctdt.o -o vxWorks
> >partialImage.o: In function `flInit':
> >partialImage.o(.text+0xb10c4): undefined reference to
> >`flRegisterComponents' ...
> >
> >Has anyone encountered similar errors and resolved them? Thanks in
> >advance.
> Thank you all for your help.
> Yes, this means that the optional product TFFS is not included in your
> system. It has to be bought seperately. But due to an error in the
> distribution the library you need (ftllite.o) is included in another
> library, the libPPCEC603gnuvx.a. Take a look at:
> http://www.xs4all.nl/~borkhuis/vxworks/mbx860.html on how to access this
> file. BTW: this can be done for development so you can continue, but you
> need a license from WRS before you can officially use and sell a product
> that includes TFFS!
>
> Groeten,
> Johan
>
> --
> o o o o o o o . . . ___________________________________
> o _____ || Johan Borkhuis |
> .][__n_n_|DD[ ====_____ | johan@borksoft.xs4all.nl |
> >(________|__|_[_________]_|________________________________|
> _/oo OOOOO oo` ooo ooo 'o!o!o o!o!o`
> === VxWorks FAQ: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html ===
>
>
Sent via Deja.com
http://www.deja.com/
©2002 Google
关键词: Building 新闻 群组 comp.os.vx
共1条
1/1 1 跳转至页
回复
有奖活动 | |
---|---|
【EEPW电子工程师创研计划】技术变现通道已开启~ | |
发原创文章 【每月瓜分千元赏金 凭实力攒钱买好礼~】 | |
【EEPW在线】E起听工程师的声音! | |
“我踩过的那些坑”主题活动——第001期 | |
高校联络员开始招募啦!有惊喜!! | |
【工程师专属福利】每天30秒,积分轻松拿!EEPW宠粉打卡计划启动! | |
送您一块开发板,2025年“我要开发板活动”又开始了! | |
打赏了!打赏了!打赏了! |
打赏帖 | |
---|---|
分享汽车通信和多媒体总线结构被打赏20分 | |
【我踩过的那些坑】结构堵孔导致的喇叭无声问题被打赏50分 | |
NUCLEO-U083RC学习历程38+串口通过队列的方式输出两个字符串被打赏20分 | |
【我踩过的那些坑】分享一下调试一款AD芯片的遇到的“坑”被打赏50分 | |
电流检测模块MAX4080S被打赏10分 | |
【我踩过的那些坑】calloc和malloc错误使用导致跑飞问题排查被打赏50分 | |
分享电控悬架的结构与工作原理(一)被打赏20分 | |
多组DCTODC电源方案被打赏50分 | |
【我踩过的那些坑】STM32cubeMX软件的使用过程中的“坑”被打赏50分 | |
新手必看!C语言精华知识:表驱动法被打赏50分 |