This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> Sorry, I can not find the definition of int8_t, int16_t, int32_t.
> #define int8_t cyg_int8
> #define int16_t cyg_int16
> #define int32_t cyg_int32
Upps, my error. These are signed, where as linux/types.h provides
unsigned.
So why do i not get errors when i compile this last time?
Anyway, i've committed your changes.
Andrew
Attachment:
linux_compat.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |