Search found 4 matches
- Sun Sep 13, 2015 10:03 pm
- Forum: Developer Discussions
- Topic: Problems when creating a develop Virtual Machine
- Replies: 6
- Views: 5049
Re: Problems when creating a develop Virtual Machine
Hi guys, So, at the end of this working week finally I found the time to continue to find a solution to my problem. I taken into account the advice of Marcus according to which the issue was that I was running a 64-bit distribution but the GCC binary I downloaded was 32-bit. So I installed the 32-bi...
- Thu Sep 03, 2015 7:47 am
- Forum: Developer Discussions
- Topic: Problems when creating a develop Virtual Machine
- Replies: 6
- Views: 5049
Re: Problems when creating a develop Virtual Machine
Thanks Marcus, so I think I can follow one of these two ways to fix the problem: 1. Creating a VM in Virtualbox using a 32-bit Jessie Debian version and installing again the packages the Wiki suggests OR; 2. Keeping the actual 64-bit Jessie Debian and installing the 32-bit version of all the package...
- Mon Aug 31, 2015 8:14 pm
- Forum: Developer Discussions
- Topic: Problems when creating a develop Virtual Machine
- Replies: 6
- Views: 5049
Re: Problems when creating a develop Virtual Machine
Hi marcus, I hope that posting these command outputs I can answer your questions: me@pc-deb:~$ echo $HOME /home/me me@pc-deb:~$ me@pc-deb:~$ arm-none-eabi-gcc bash: /home/me/bin/gcc-arm-none-eabi/bin/arm-none-eabi-gcc: No such file or directory me@pc-deb:~$ But, me@pc-deb:~$ which arm-none-eabi-gcc ...
- Sun Aug 30, 2015 7:27 pm
- Forum: Developer Discussions
- Topic: Problems when creating a develop Virtual Machine
- Replies: 6
- Views: 5049
Problems when creating a develop Virtual Machine
Hi, I'm new to this forum. I'm very interesting about the creation of a virtual machine, specially for developing firmware projects. So I read and followed the instructions present at the https://wiki.bitcraze.io/projects:virtualmachine:create_vm . I intentionally only followed the instructions that...