| View previous topic :: View next topic |
| Author |
Message |
anggono
Joined: 05 Jun 2008 Posts: 1 Location: Singapore
|
Posted: Thu Jun 05, 2008 4:02 am Post subject: Error in compiling (building) AutoMod model |
|
|
Hi, recently I tried to build and run a semiconductor fab model in AutoMod/AutoSched provided by sematch (http://www.ismi.sematech.org/modeling/simulation/index.htm). After I followed the instruction provided by sematech then I open and build the model (File->Build) but I got these error messages:
---------------
Compiling scuser.c with GNU ...
scuser.c: In function `Ftogglepict':
scuser.c:27: structure has no member named `pict'
scuser.c: In function `Fvehdisplay':
scuser.c:51: structure has no member named `pict'
scuser.c:53: structure has no member named `pict'
...
---------------
When we trace the AutoMod library (‘include’ directory and open load.h file) load ‘struct’ indeed has no member named pict. Could that error come from the different version of AutoMod? I am using AutoMod 12.1.3 while the fab model developed using AutoMod 9.1
Thanks,
jusuf |
|
| Back to top |
|
 |
johngibbons
Joined: 14 Mar 2008 Posts: 21 Location: Holland, MI
|
Posted: Thu Jun 05, 2008 3:10 pm Post subject: |
|
|
if you are trying to run an old demo model i would download the correct version. if you want to use the old model as a base in new model effort then you are going to have to turn off c functions it complains about. cfunctions dont always port well and maybe its detail you dont need/want anyway. _________________ John Gibbons
LinkedIn Profile http://www.linkedin.com/in/johngibbons1 |
|
| Back to top |
|
 |
|