OpenCores
Issue List
AHB generator error #3
Closed sreeram opened this issue over 14 years ago
sreeram commented over 14 years ago

Hi,

I tried to run AHB_Generate.pl in Windows XP environment. But i get errors as below:

Global symbol "$confile" requires explicit package name at AHB_Generate.pl line 2326

Global symbol "$confile" requires explicit package name at AHB_Generate.pl line 2326

Execution of AHB_Generate.pl aborted due to compilation errors.

It would be better if you help me reolve this issue.

If there are any seperate perl scripts to be run for Windows OS can u update them also?

federico.aglietti closed this about 14 years ago
jeevan.buddhi commented about 13 years ago

Hi Sreeram

That is a syntax error of PERL. You try declaring keyword 'my' to the left side of $confile, before using it in code. like a declaration needed.

for eg:

"In C-language we have int x" here we need to declare my before using the variable. as words start with symbol $ is a variable in PERL.

Jeevan


Assignee
No one
Labels
Bug