uracoli-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[uracoli-devel] C++ Question


From: uracolix
Subject: [uracoli-devel] C++ Question
Date: Fri, 23 Jul 2010 07:30:55 +0200
User-agent: KMail/1.9.9

In myy latest Arduino trials  I ran into an issue with the radio_param_t
structure.

Does anybody know how to resolve it? The compiler is avr-g++.

===============================================================================
avr-g++ -c install/inc/radio.h
install/inc/radio.h:153: error: ISO C++ forbids declaration of 'radio_param_t' 
with no type
install/inc/radio.h:154: error: ISO C++ forbids declaration of 'radio_param_t' 
with no type
install/inc/radio.h:155: error: ISO C++ forbids declaration of 'radio_param_t' 
with no type
install/inc/radio.h:156: error: ISO C++ forbids declaration of 'radio_param_t' 
with no type
install/inc/radio.h:157: error: ISO C++ forbids declaration of 'radio_param_t' 
with no type
install/inc/radio.h:158: error: ISO C++ forbids declaration of 'radio_param_t' 
with no type
install/inc/radio.h:158: error: 'int<anonymous union>::radio_param_t(uint8_t)' 
cannot be overloaded
install/inc/radio.h:155: error: with 'int<anonymous 
union>::radio_param_t(uint8_t)'
===============================================================================

Thanks, Axel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]