Opened 19 years ago
Last modified 19 years ago
#48 closed defect (fixed)
Simulation of simple model fails
Reported by: | kajny | Owned by: | kajny |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | kajny, Adrian Pop |
Description
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
The fault was (probably) due to incomplete checkouts from the repository,
confliting withe recent updates in the build process. Seams to work better now.
Note:
See TracTickets
for help on using tickets.
When simulating the model
model test
equation
end test;
The following error occurs. Note that it tries to access test.makefile.makefile
which is probably wrong.
true
"fclass test
Real x;
Real y;
equation
end test;
"
record
#Error building simulation code.
make: test.makefile.makefile: No such file or directory
make: * No rule to make target `test.makefile.makefile'. Stop.
# build_model failed
"
end record