Unable to run scala applications on Quartz emulator -


error: ld.so: object 'scripts/../build/src/lib/libnvmemul.so' ld_preload cannot preloaded (cannot open shared object file): ignored.

/usr/bin/scala: line 19: cd: /usr/share/scala/bin

i getting above error when try run scala programs. there no issues when try run java , c applications.

this code trying run:

object forloop {     def main(args: array[string]) {         var = 0;          (a <- 1 100) {             println( "value of a: " + );         }     } } 

the above code works usual scala but, when ran quartz returns error. following command gave run code:

$ scripts/runenv.sh scala forloop 

note:

i have extended quartz support broadwell based processors , ran benchmark tests verify configurations. results looked fine. c , java applications have no issues quartz.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -