Pulpissimo make error when making hello example - Printable Version +- PULP Community (https://pulp-platform.org/community) +-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1) +--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2) +--- Thread: Pulpissimo make error when making hello example (/showthread.php?tid=136) |
Pulpissimo make error when making hello example - bunohdwnl - 11-14-2019 Hello! I do the flow according to the Pulpissimo's README.md. But I meet a make error when I execute the flow at the step "Downloading and running tests ".I change directory to pulp-rt-examples/hello, and execute make clean all run ,then a "No Such File or Directory" error appears. I cat the Makefile,maybe the PULP_SDK_HOME is undefined. Do I need to set the PULP_SDK_HOME in my .bashrc manually? Code: [jiaopy@localhost Jproject]$ cd pulp-rt-examples/hello/ RE: Pulpissimo make error when making hello example - bluewww - 11-14-2019 (11-14-2019, 02:36 AM)bunohdwnl Wrote: Hello! I do the flow according to the Pulpissimo's README.md. But I meet a make error when I execute the flow at the step "Downloading and running tests ".I change directory to pulp-rt-examples/hello, and execute make clean all run ,then a "No Such File or Directory" error appears. I cat the Makefile,maybe the PULP_SDK_HOME is undefined. Do I need to set the PULP_SDK_HOME in my .bashrc manually? The in the sdk folder there are scripts which you need to source in your bash shell. It sets up the paths to the compiler, makefile fragments, header files etc. Also dont forget to source the vsim.sh script in the PULPissimo folder. It sets up the path to your questasim binary. RE: Pulpissimo make error when making hello example - bunohdwnl - 11-18-2019 (11-14-2019, 02:57 AM)bluewww Wrote:Thank you for your help! In fact, I forgot source the sdk folder.But when I execute the make clean all run in the pulp-rt-example/hello,I encountered a new error about "vsim"。(11-14-2019, 02:36 AM)bunohdwnl Wrote: Hello! I do the flow according to the Pulpissimo's README.md. But I meet a make error when I execute the flow at the step "Downloading and running tests ".I change directory to pulp-rt-examples/hello, and execute make clean all run ,then a "No Such File or Directory" error appears. I cat the Makefile,maybe the PULP_SDK_HOME is undefined. Do I need to set the PULP_SDK_HOME in my .bashrc manually? Code: # vsim -c -quiet vopt_tb -L models_lib -L vip_lib -t ps "+nowarnTRAN" "+nowarnTSCALE" "+nowarnTFMPC" "+TB_PATH=/home/jiaopy/Jproject/pulpissimo/sim" "+UVM_NO_RELNOTES" "+ENTRY_POINT=0x1c008080" -permit_unmatched_virtual_intf "+VSIM_PATH=/home/jiaopy/Jproject/pulpissimo/sim" -gUSE_SDVT_SPI=0 -gUSE_SDVT_CPI=0 -gBAUDRATE=115200 -gENABLE_DEV_DPI=0 -gLOAD_L2=JTAG -gUSE_SDVT_I2S=0 RE: Pulpissimo make error when making hello example - bunohdwnl - 11-18-2019 Finally,I only installed the Questasim 's x86_64 version, then executed the make clean all run ,the terminal printed "Hello",but i encountered a QuestaSim internal error. Code: Error: (vsim-191) Questa has encountered an unexpected internal error: ../../src/vsim/vsimfunc.c(1989) |