Opened 16 years ago
Closed 16 years ago
#59 closed defect (usage issue)
AttributeError: Config instance has no attribute 'doConfigure'
| Reported by: | 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)
Change History (5)
Changed 16 years ago by
| Attachment: | soclib-cc-debug.log added |
|---|
comment:1 Changed 16 years ago by
Changed 16 years ago by
| Attachment: | soclib.conf added |
|---|
comment:3 Changed 16 years ago by
| Resolution: | → usage issue |
|---|---|
| Status: | new → closed |
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.


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