mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-03-29 06:40:45 +00:00
This warning occurs when comparing a signed variable to an unsigned one. This addresses warnings that only occurred on 64-bit targets. For the ones which only appeared on 64-bit targets, the cause was frequently a mismatch when comparing a combination off_t, ssize_t, and int.
CSB336
This is the BSP for Cogent Computer System's CSB336, a single board computer using the Motorola MC9328MXL CPU.