Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me fix errors of IAS under Picojava II core

Status
Not open for further replies.

lamic

Newbie level 1
Joined
Apr 1, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,301
ias - picojava II

Hi! I'm trying to building tests that are included with ias ( the simulation environment for picojava II core). I have done the following steps as explained in the documentation:

cd $PICOJAVAHOME/$PROJECT/sim/test/pico_vts
For each test suite under this directory, type:
gunzip <test-suite>tar.gz
or uncompress <test-suite>.tar.Z
Then type: tar -xvf <test-suite>.tar
type 'make' in every subdirectory under pico_vts

I have problem launching the make command. For example under the directory /basic, after the make command I obtain this output:

cd ./class; /cadtools/home/picojava/picoJava-II/sim/include/MakeTest `basename ../diag_pass.code .code` /cadtools/home/picojava/picoJava-II/sim/include/macro.inc /cadtools/home/picojava/picoJava-II/sim/test/pico_vts/basic/test_config.inc /cadtools/home/picojava/picoJava-II/sim/include/reset.code
Determining compilation instructions (macro.inc)...
Determining compilation instructions (test_config.inc)...
Determining compilation instructions (reset.code)...
Determining compilation instructions (diag_pass.code)...
Concatenating macro.inc, test_config.inc, and reset.code
Merging with diag_pass.code
Executing compilation instructions...
cpp -B -C -P -I$PICOJAVAHOME/picoJava-II/sim/include diag_pass
diag_pass.tmp:26: unterminated character constant
diag_pass.tmp:35: unterminated character constant
[...]
diag_pass.tmp:1782: unterminated character constant
diag_pass.tmp:1790: unterminated string or character constant
diag_pass.tmp:1795: unterminated string or character constant
diag_pass.tmp:1802: unterminated character constant
cpp: file path prefix `-C' never used
failed to run cpp -B -C -P -I$PICOJAVAHOME/picoJava-II/sim/include diag_pass.tmp > diag_pass.tmp2 at /cadtools/home/picojava/picoJava-II/sim/include/MakeTest line 99.
*** Error code 1
make: Fatal error: Command failed for target `class/diag_pass.class'


Has anybody ever used ias and can help me? Thank you very much.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top