Re: [lwip-users] LwIP and ARM Compiler 6

2019-02-04 Thread goldsimon
Am 4. Februar 2019 08:59:37 MEZ schrieb "Daniel Liquete García" : >Good moorning, > >Thanks four your repply. > >The same day that i saw your answer, i found the error (Compile Error), >but i dont know the exactly sintaxis to fix it. > > >#if defined ( __CC_ARM ) >ETH_DMADescTypeDef DMARxDscr

Re: [lwip-users] LwIP and ARM Compiler 6

2019-02-04 Thread Daniel Liquete García
(section(".ARM.__at_0x2007C000"))); /* Ethernet Rx DMA Descriptors */ Thank you very much for your help. I will try resolve it and i tell you. Kind regards -----Mensaje original----- De: lwip-users En nombre de Sergio R. Caprile Enviado el: viernes, 1 de febrero de 2019 13:32 Para

Re: [lwip-users] LwIP and ARM Compiler 6

2019-02-01 Thread Sergio R. Caprile
Well, this is perhaps pretty obvious, maybe, but did you happen to try to lookup what those "errors" are ? Are they errors or _warnings_ ? Do you known the engine in both compilers is different ? Does your port use compiler extensions ? (You need to change those since the engines are different...)

[lwip-users] LwIP and ARM Compiler 6

2019-01-30 Thread Daniel Liquete García
Good moorning, I am trying to use LwIP to do a RAW Socket TCP connection. I have did it without problems but i used the compiler 5, i want add this development to another proyect that i am doing but in that i use the compiler 6. When i try to migrate it, appears too many compile errors. Do you k