I am getting errors when i run a systemC Code in edaplaygrou

Guest
Hi,

I am getting below errors when i use systemc in edaplayground

error: 'sc_sgnal' was not declared in this scope.

I have added systemC2.3 library aswell.

using C++ Copiler.

Please help me

Thanks
Bharath
 
On 12/09/2015 05:48, ecebharath@gmail.com wrote:
Hi,

I am getting below errors when i use systemc in edaplayground
I would suggest you compile your own local library as it will give you a
more convenient and quicker working environment. Just google how to do it.

error: 'sc_sgnal' was not declared in this scope.

sc_signal?

Hans
www.ht-lab.com

I have added systemC2.3 library aswell.

using C++ Copiler.

Please help me

Thanks
Bharath
 
Hi,

I am using eda playground.In which they provided the libraries to be included.

Even after i have included the libraries also i am getting the error that is not finding the sc_signals class.

Thanks
Bharath


On Saturday, 12 September 2015 16:10:11 UTC+8, HT-Lab wrote:
On 12/09/2015 05:48, ecebharath@gmail.com wrote:
Hi,

I am getting below errors when i use systemc in edaplayground

I would suggest you compile your own local library as it will give you a
more convenient and quicker working environment. Just google how to do it.

error: 'sc_sgnal' was not declared in this scope.

sc_signal?

Hans
www.ht-lab.com

I have added systemC2.3 library aswell.

using C++ Copiler.

Please help me

Thanks
Bharath
 
On 12/09/15 17:16, ecebharath@gmail.com wrote:
Hi,

I am using eda playground.In which they provided the libraries to be included.

Even after i have included the libraries also i am getting the error that is not finding the sc_signals class.

Hi Bharath,
did you notice that Hans was saying you may have misspelt sc_signal?
The error message says sc_sgnal (no 'i').

regards
Alan

Thanks
Bharath


On Saturday, 12 September 2015 16:10:11 UTC+8, HT-Lab wrote:
On 12/09/2015 05:48, ecebharath@gmail.com wrote:
Hi,

I am getting below errors when i use systemc in edaplayground

I would suggest you compile your own local library as it will give you a
more convenient and quicker working environment. Just google how to do it.

error: 'sc_sgnal' was not declared in this scope.

sc_signal?

Hans
www.ht-lab.com

I have added systemC2.3 library aswell.

using C++ Copiler.

Please help me

Thanks
Bharath

--
Alan Fitch
 

Welcome to EDABoard.com

Sponsor

Back
Top