-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Malformed input or input contains unmappable characters: shapeless/$tilde$qmark$greater$λ.class when running VCS simulation #1512
Comments
If you can still reproduce this, can you try #1528? That should fix this |
I tried this, the problem is still there |
when I start the build, I noticed that there is the below warning information related to locale setting: cd /data2/chipyard && java -jar /data2/chipyard/generators/rocket-chip/sbt-launch.jar -Dsbt.ivy.home=/data2/chipyard/.ivy2 -Dsbt.global.base=/data2/chipyard/.sbt -Dsbt.boot.directory=/data2/chipyard/.sbt/boot/ -Dsbt.color=always -Dsbt.supershell=false -Dsbt.server.forcestart=true ";project fpga_platforms; set assembly / assemblyOutputPath := file("/data2/chipyard/.classpath_cache/chipyard.jar"); assembly" && touch /data2/chipyard/.classpath_cache/chipyard.jar /bin/bash: warning: setlocale: LC_ALL: cannot change locale ("en_US.UTF-8") |
I just got the same error. Was trying to run a VCS simulation but our license server is down. I ctrl-C the waiting (i.e., VCS) and after that I got the above error when runnning the VLSI flow. Switching into a new terminal solved the problem. I am using Chipyard 1.10 without #1528. |
@chithize Did you solved your problems now? |
I had resolved , it is a bit long ago now, let me get it back for you. my email is hcruise@acemicro.cn |
Thanks. Counld you show me more information about it or shall I contact you with your email ? |
Background Work
Chipyard Version and Hash
Release: 1.9.1+
Hash: d287fed
OS Setup
BWRC cluster machine:
Other Setup
Followed this post to set
LANG=en_US.UTF-8
andLC_ALL="en_US.UTF-8"
, no effect.And by default
LANG
is alreadyen_US.UTF-8
Current Behavior
Expected Behavior
Runs VCS simulation
Other Information
No response
The text was updated successfully, but these errors were encountered: