Hello, I’m trying to pass a string containing blank char to binary workload, but seems the quotes will also be passed:
command line: ./build/RISCV/gem5.opt configs/example/se.py --caches -c /home/vmware/repos/fibo/md5 -o ' 1 "bull foo bar" ' The commandline of the binary will receive “hello foo bar” with the quotes, if I remove the inner quote pair, only bull will be received, how can I just get the 3 words without quotes? Thanks a lot! Thanks, G
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org