Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: build problem

build problem 14 years 9 months ago #468

  • gabribas
  • gabribas's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hi, I'm a new user of proview
I've a ubuntu system 9.0. I Download the source .tar and I follow the instruction of \"Thorough way\" to build it and I recive this error.

-- Processing line: 3485
-- Building volume pwrs

-- Working with load file volume 'pwrs'...
-- Open file...
** Cannot open file: /home/pwrp/sviluppo/proview4.6.1/rls_dbg/os_linux/hw_x86/rt/load/pwrs.dbs
Reason: No such file or directory
-- Load file was not created for volume 'pwrs'

when the script build the rt module in particular the pwrs section.
I try to follow the script and the command line than produce this error is.

wb_cmd -q -i create snapshot /file=\\"/home/pwrp/sviluppo/Proview4.6.1/pwr/src/wbl/pwrs/src/\\"/out=\\"/home/pwrp/sviluppo/Proview4.6.1/rls_dbg/os_linux/hw_x86/rt/load/pwrs.dbs\\"

on the makefile is @ wb_cmd -q -i create snapshot $(wblflags) /file=\\"$(pwre_sroot)/wbl/pwrs/src/\\"/out=\\"$(target)\\"

I've notice that the $(wblflags) is empty, probably is right.

thanks for all
Gabriele
The administrator has disabled public write access.

Re:build problem 14 years 9 months ago #469

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3170
  • Thank you received: 497
  • Karma: 133
Hi Gabriele,

If I look at the errormessage it seems as if the directory doesn't exist or that you don't have write access.

The directory /home/pwrp/sviluppo/ Proview4.6.1/rls_dbg/os_linux/hw_x86/rt/load should be created by the 'pwre create_all_modules' command. Check that it exists and that you have write permissions on it.

/Claes
The administrator has disabled public write access.

Re:build problem 14 years 9 months ago #470

  • gabribas
  • gabribas's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Thanks claes

I find the problem, the folder is correct and I have all permssion to write it.
But I follow your suggestion and I recontrol the path,

So I execute the below:
wb_cmd -q -i create snapshot /file=\"/home/pwrp/sviluppo/Proview4.6.1/pwr/src/wbl/pwrs/src/\"/out=\"/home/pwrp/sviluppo/ Proview4.6.1/rls_dbg/os_linux/hw_x86/rt/load/pwrs.dbs\"

and the error was:
** Cannot open file: /home/pwrp/sviluppo/proview4.6.1/rls_dbg/os_linux/hw_x86/rt/load/pwrs.dbs

the difference is that first the folder is in \"... /Proview....\", and is correct, but the wb_cmd search the pwrs.dbs in \".../proview...\" with lower \"p\".
I've renamed the folder, reconfigured the enviroment and I rebuild all, it work fine.

Gabriele
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 8.370 seconds