Opened 14 years ago

Closed 14 years ago

#59 closed defect (usage issue)

AttributeError: Config instance has no attribute 'doConfigure'

Reported by: eleuchi.wael@… Owned by: Nicolas Pouillon
Priority: major Component: soclib-cc
Keywords: Cc: eleuchi.wael@…

Description

quand j'ai executé "soclib-cc -l -t systemc" j'ai rencontré l'erreur suivante:

Traceback (most recent call last):
  File "/home/wael/Soclib/Soclib/utils/lib/python/soclib-cc-main.py", line 316, in <module>
    sys.exit(main())
  File "/home/wael/Soclib/Soclib/utils/lib/python/soclib-cc-main.py", line 162, in main
    change_config(opts.type)
  File "/home/wael/Soclib/Soclib/utils/lib/python/soclib_cc/config/__init__.py", line 110, in change_config
    newconf.doConfigure(_cur_soclib, _configs._desc_paths)
AttributeError: Config instance has no attribute 'doConfigure'

SoCLib-cc failed unexpectedly. To submit a bug report,
 please re-run soclib-cc with --bug-report
 (i.e run: 'soclib-cc -l -t systemc --bug-report')

j'arrive pas à corriger l'erreur

Attachments (2)

soclib-cc-debug.log (18.9 KB) - added by eleuchi.wael@… 14 years ago.
soclib.conf (626 bytes) - added by eleuchi.wael@… 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by eleuchi.wael@…

Attachment: soclib-cc-debug.log added

comment:1 Changed 14 years ago by Nicolas Pouillon

Hi,

Could you provide your soclib configuration file ? (~/.soclib.global.conf or ./soclib.conf)

thanks

Changed 14 years ago by eleuchi.wael@…

Attachment: soclib.conf added

comment:2 Changed 14 years ago by eleuchi.wael@…

Cc: eleuchi.wael@… added

Hi, I have attached the soclib.conf file

comment:3 Changed 14 years ago by Nicolas Pouillon

Resolution: usage issue
Status: newclosed

Hi,

Your configuration file is the default one. You dont need to copy it to another place.

Now, why use -t systemc ? If you want to use -t systemc, you need config.systemc to be a build environment (in the sense explained in [SoclibConf]). For now, you cant use any other value than "default".

Note: See TracTickets for help on using tickets.