Opened 9 years ago

Last modified 9 years ago

#1392 closed defect

ARM cross-compilation issues with g++/Linux — at Initial Version

Reported by: ksuehring Owned by:
Priority: minor Milestone: HM-16.7
Component: HM Version: HM-16.4
Keywords: Cc: ksuehring, davidf, karlsharman, jct-vc@…

Description

The following code has been added to address issue #206

#ifdef __arm__
typedef       signed char         Char;
#else
typedef       char                Char;
#endif

It has been reported that defining Char to "signed char" created compilation issues in related to I/O functions in TVideoIOYuv.cpp/.h.

These can be addressed by removing the special case for ARM in typedef.h

There may still exist arithmetic problems with signed vs. unsigned calculations (as reported in #206).

Change History (0)

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber)
  • Diego Felix de Souza(Participant)
  • jct-vc@…(Subscriber)
  • Karl Sharman(Subscriber, Participant)
  • karl.sharman@…(Always)
  • Karsten Suehring(Reporter, Subscriber, Participant, Always)