Menu

#274 make problem with sdcc

closed-fixed
None
2
2013-05-25
2002-01-07
Anonymous
No

Hello,

Trying to build PIC only sdcc using current CVS source
the compile fails, problem seems to be that ds390 port
is always needed :

After

./configure --disable-ds390-port

make stops with

SDCCmain.o: In function `_setPort':
/usr/local/src/sdcc/src/SDCCmain.c:306: undefined
reference to `tininative_port'
collect2: ld returned 1 exit status
make[1]: *** [../bin/sdcc] Error 1
make[1]: Leaving directory `/usr/local/src/sdcc/src'
make: *** [sdcc-cc] Error 2

Ken

Discussion

  • Johan Knol

    Johan Knol - 2002-01-13
    • priority: 5 --> 2
    • assigned_to: nobody --> sandeep
     
  • Sandeep Dutta

    Sandeep Dutta - 2002-01-13
    • milestone: --> fixed
    • status: open --> closed-fixed
     
  • Sandeep Dutta

    Sandeep Dutta - 2002-01-13

    Logged In: YES
    user_id=1551

    Fixed in configure script --disable-ds390 will also disable
    TININative

     

Log in to post a comment.