[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #66017] ssize_t already defined - hightec tricore comp
From: |
Balazs G |
Subject: |
[lwip-devel] [bug #66017] ssize_t already defined - hightec tricore compiler |
Date: |
Wed, 24 Jul 2024 07:28:36 -0400 (EDT) |
URL:
<https://savannah.nongnu.org/bugs/?66017>
Summary: ssize_t already defined - hightec tricore compiler
Group: lwIP - A Lightweight TCP/IP stack
Submitter: gorogbalazs
Submitted: Wed 24 Jul 2024 11:28:33 AM UTC
Category: Platform ports
Severity: 3 - Normal
Item Group: Faulty Behaviour
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
lwIP version: 2.1.2
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Wed 24 Jul 2024 11:28:33 AM UTC By: Balazs G <gorogbalazs>
Using the hightec tricore v9.0.0 compiler (llvm-based, clang compiler)
https://hightec-rt.com/products/development-platform
I get the following error:
...../lwip/src/include\lwip/arch.h:202:13: error: typedef redefinition with
different types ('int' vs '_ssize_t' (aka 'long'))
202 | typedef int ssize_t;
| ^
......\toolchains\tricore\v9.0.0\tricore\include\stdio.h:226:18: note:
previous definition is here
226 | typedef _ssize_t ssize_t;
I checked it, the compiler lib has no definition of SSIZE_MAX, but as you can
see from the error message, ssize_t is defined in stdio.h.
_______________________________________________________
Reply to this item at:
<https://savannah.nongnu.org/bugs/?66017>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #66017] ssize_t already defined - hightec tricore compiler,
Balazs G <=