samrajaf / pinguino32

Automatically exported from code.google.com/p/pinguino32
0 stars 1 forks source link

new x.3 version #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
jp thank you for fixing the fatal error but now when i hook my 18f4550 board 
and try to compile the state change detection i get this message?

c:/PinguinoX.3/working_dir/p8/include/stdint.h:30: error 51: typedef/enum 
'int32_t' duplicate. Previous definition Ignored

c:/PinguinoX.3/working_dir/p8/include/stdint.h:33: error 51: typedef/enum 
'uint8_t' duplicate. Previous definition Ignored
c:/PinguinoX.3/working_dir/p8/include/stdint.h:34: error 51: typedef/enum 
'uint16_t' duplicate. Previous definition Ignored
c:/PinguinoX.3/working_dir/p8/include/stdint.h:35: error 51: typedef/enum 
'uint32_t' duplicate. Previous definition Ignored
error while compiling file 
C:\PinguinoX.3\working_dir\examples\02.Digital\StateChangeDetection\StateChangeD
etection

thank you 
fred warden

Original issue reported on code.google.com by fcw...@gmail.com on 6 May 2012 at 12:08

GoogleCodeExporter commented 8 years ago
This bug is due to multiple definition of stdint for 8 bits system.
Please replace the attached file in:
windows binary: /working_copy/p8/include/pinguino/core
windows source: /p8/include/pinguino/core
Linux source: /p8/include/pinguino/core

Thank you
JP

Original comment by jp.mandon@gmail.com on 6 May 2012 at 1:12

Attachments:

GoogleCodeExporter commented 8 years ago
JP,
thank you once again.
fred warden

Original comment by fcw...@gmail.com on 6 May 2012 at 1:21

GoogleCodeExporter commented 8 years ago
JP,
the ide compiles now but when i upload it finds the 18f4550 but does not change 
the program in the pinguino?
Thank you
fred warden

Original comment by fcw...@gmail.com on 6 May 2012 at 1:27

GoogleCodeExporter commented 8 years ago
revision 395 is available for download. This release fix most of problem with 8 
bits board.

JP

Original comment by jp.mandon@gmail.com on 8 May 2012 at 12:19

GoogleCodeExporter commented 8 years ago
Jp
You are awesome

Original comment by fcw...@gmail.com on 8 May 2012 at 1:35

GoogleCodeExporter commented 8 years ago

Original comment by rblanchot@gmail.com on 23 Apr 2013 at 7:51