Sue Witherspoon wrote:
Thanks Eric and Till for the prompt reply. I added
unexport GCC_EXEC_PREFIX in CONFIG_SITE.Common.RTEMS
That works!
until I get to osdInterrupt.c. What's up with rtems_unsigned32?
That went away in 4.9.1 you'll have to replace by
uint32_t
T.
Thanks in advance,
Sue
/usr/csite/pubtools/rtems/4.9.1/bin/i386-rtems4.9-gcc --pipe
-B/usr/csite/pubtools/rtems/4.9.1/i386-rtems4.9/pc386/lib/ -specs
bsp_specs -qrtems -fasm -c -mtune=i386 -ansi -O2
-g -g -Wall -I. -I.. -I../../../src/libCom/bucketLib
-I../../../src/libCom/ring -I../../../src/libCom/calc
-I../../../src/libCom/cvtFast -I../../../src/libCom/cppStd
-I../../../src/libCom/cxxTemplates -I../../../src/libCom/dbmf
-I../../../src/libCom/ellLib -I../../../src/libCom/env
-I../../../src/libCom/error -I../../../src/libCom/fdmgr
-I../../../src/libCom/freeList -I../../../src/libCom/gpHash
-I../../../src/libCom/iocsh -I../../../src/libCom/logClient
-I../../../src/libCom/macLib -I../../../src/libCom/misc
-I../../../src/libCom/osi -I../../../src/libCom/taskwd
-I../../../src/libCom/timer -I../../../src/libCom/tsDefs
-I../../../include/os/RTEMS -I../../../include
../../../src/libCom/osi/os/RTEMS/osdInterrupt.c
../../../src/libCom/osi/os/RTEMS/osdInterrupt.c: In function
'InterruptContextMessageDaemon':
../../../src/libCom/osi/os/RTEMS/osdInterrupt.c:68: error:
'rtems_unsigned32' undeclared (first use in this function)
../../../src/libCom/osi/os/RTEMS/osdInterrupt.c:68: error: (Each
undeclared identifier is reported only once
../../../src/libCom/osi/os/RTEMS/osdInterrupt.c:68: error: for each
function it appears in.)
../../../src/libCom/osi/os/RTEMS/osdInterrupt.c:68: error: expected
';' before 'size'
../../../src/libCom/osi/os/RTEMS/osdInterrupt.c:83: error: 'size'
undeclared (first use in this function)
gmake[3]: *** [osdInterrupt.o] Error 1
- References:
- RE: Help building EPICS 3.14.9 for RTEMS Sue Witherspoon
- Navigate by Date:
- Prev:
Re: weird behaviour of SNL test program running on Soft IOC on LINUX J. Lewis Muir
- Next:
Re: Help building EPICS 3.14.9 for RTEMS Till Straumann
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
<2009>
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
RE: Help building EPICS 3.14.9 for RTEMS Sue Witherspoon
- Next:
Re: Help building EPICS 3.14.9 for RTEMS Till Straumann
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
<2009>
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|