Hi Ben, Sorry for mentioning the git details I am using latest from git Version I could able to compile the code in Linux pc using gcc and g++
git details using gtk SHA1 ID 55f4eaefb5dc6113b63314423ac3fe8f7d830ed Author: Radim Kolar <[email protected]> 2013-12-24 00:51:01 Committer: Ben Greear <[email protected]> 2014-11-14 05:12:18 Parent: ee6dfb03afdbde63df5e1bdb1e2cde72d046098b (process system header same way as any other header file. Required for compiling with clang 3.3 on FreeBSD 10) Child: 168414a536bb1196c83d2c7de1f2b0b88fc6db49 (do not init _keepalive field, it was not used and deleted) Branches: master, remotes/origin/master Follows: lf-5.2.13 Precedes: Thanks Rajeesh ________________________________________ From: Ben Greear [[email protected]] Sent: Monday, February 16, 2015 10:54 PM To: Rajeesh R Cc: [email protected] Subject: Re: [Xorp-hackers] Porting xorp On 02/16/2015 04:12 AM, Rajeesh R wrote: > Hi , > > Thanks. > > I found one thing that all my header file checkings are failing . [....... > Checking whether fpclassify is declared... no > Checking whether fpclassify is declared... no ERROR: Cannot find fpclassify, > tried -std=gnu99 as well ] > > Do I want to modify the allconfig.py and SConstruct file according to my > include path ? > currently I am passing paths as arguemet scon arguement > > My command is > > scons CC=${HOME}/git/project/tools/ucfront-gcc > CXX=${HOME}/git/project/tools/ucfront-g++ > CPPPATH=-I${HOME}/git/project/include LINKPATH= ${HOME}/git/project/lib You did not answer my question: Are you using the latest code from the git tree? Please go look at the code that is complaining. There were issues with this before, though I don't recall the details. 'gitk' and other tools will show you the history around that code. Have you tried compiling with normal x86 compiler to make sure at least that works for you? Thanks, Ben > > Thanks > Rajeesh > > ________________________________________ > From: Ben Greear [[email protected]] > Sent: Monday, February 16, 2015 1:01 AM > To: Rajeesh R; [email protected] > Subject: Re: [Xorp-hackers] Porting xorp > > On 02/15/2015 02:08 AM, Rajeesh R wrote: >> Hi, >> >> while cross compiling I getting some errors > > Did you try the top-of-tree git repo for xorp? > > Either way, you could have to do some changes to the code > to get it to work with your cross-compiler. I don't have time > to fix your problems for you, but if you get patches that help, > please send them to the mailing list and I can review them and > apply them if they make sense. > > Thanks, > Ben > > -- > Ben Greear <[email protected]> > Candela Technologies Inc http://www.candelatech.com > > ______________________________________________________________________ > This email has been scanned by the Symantec Email Security.cloud service. > For more information please visit http://www.symanteccloud.com > ______________________________________________________________________ > -- Ben Greear <[email protected]> Candela Technologies Inc http://www.candelatech.com ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
