Ticket #145 (accepted defect)

Opened 2 years ago

Last modified 2 years ago

cc3 won't compile on fedora linux

Reported by: joshrl Owned by: agoode
Priority: major Milestone:
Component: cmucam3 Version: 1.0
Keywords: Cc:

Description

I get the following error when compiling r555 on fedora linux

cmucam2.c:1296: warning: 't_step' may be used uninitialized in this function
  CC      cmucam2_lpc2106-cmucam3
/home/heather/arm-2006q3/bin/../lib/gcc/arm-none-eabi/4.1.1/../../../../arm-none-eabi/lib/libc.a(makebuf.o): In function `__smakebuf':
makebuf.c:(.text+0xe8): undefined reference to `isatty'
collect2: ld returned 1 exit status
make[2]: *** [cmucam2_lpc2106-cmucam3] Error 1
make[2]: Leaving directory `/home/heather/cc3/projects/cmucam2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/heather/cc3/projects'
make: *** [all] Error 2

If rollback to r553 I can compile fine.

Change History

Changed 2 years ago by agoode

  • owner changed from agr to agoode
  • status changed from new to assigned

Yes, r554 makes a change for the new CodeSourcery? environment. Is it possible for you to upgrade? If not, I will introduce some compatibility code, but I'd rather avoid that if possible.

Note: See TracTickets for help on using tickets.