Hi everybody :) I have a sumsung s3c2440Al - 40 and its os is 2.6.30.4-EmbedSky. I would like to learn how can I implement a program and install on this board . any Suggestion will be appreciated.
programming on s3c2440Al - 40
Hello everybody :) I installed Ubuntu on My system and follow these command #cd /opt/Boardcon #tar xvfj EABI_4.3.3_EmbedSky_20090812.tar.bz2 -C / according to "Linux Development Manual.pdf" and update /opt/profile but arm-linux-gcc -v did not work and this error appeared command not found any Suggestion will be appreciated.
Hello, I think, you are using x64 bit Host(Ubuntu) and your tool chain may be for x86. Try "sudo apt-get install lib32ncurses5-dev"
One More thing, You need to add path to .bashrc file. Video Link:- https://www.youtube.com/watch?v=OzrxEIAHdxo
Here it is.:-http://goo.gl/aJ1Ce5
Hello Thank you Sandeep Sondagar I installed “ubuntu-14.04-desktop-amd64.iso” and downloaded “arm-linux-gcc-4.4.3.tgz” as cross compiler and “arm-qtopia-20100108.tar.gz”. For making an executable sample file for mini2440 I followed the instruments as “quicknotes”. When I performed arm-linux-gcc –V I got “command not found”. And when I executed ./Build-all I got following error. * --------------------------------------------------------------------------- * * ERROR: Building Qtopia Tools has failed. * * Please investigate the problem by looking at the error messages in the * make output. * The Qtopia tools can be build using the separate buildQtopiaTools script * which can be found in the qtopia/scripts directory of the package. The * script is also invoked with the command 'make tools' from the package root * directory. * * On most machines the default configuration options in the script works fine. * In case this doesn't work the configure parameters in the buildQtopiaTools * script need to be tweaked to fit the environment/compiler used on the machine * and then run manually from the cmd line. * * Please make sure that the following binaries exist before trying to build * Qtopia: * /home/ubuntu/arm-qtopia/qtopia-2.2.0-FriendlyARM/qt2/bin/moc */home/ubuntu/arm-qtopia/qtopia-2.2.0-FriendlyARM/qt2/ bin/uic * /home/ubuntu/arm-qtopia/qtopia-2.2.0-FriendlyARM/qt2/bin/qvfb * /home/ubuntu/arm-qtopia/qtopia-2.2.0-FriendlyARM/qt2/bin/lrelease * /home/ubuntu/arm-qtopia/qtopia-2.2.0-FriendlyARM/qt2/bin/lupdate * * As a rule, these tools need to be built only once.
Hi, Sandeep Sondagar Thank you so much for your reply I checked PATH and there wasn't /opt/FriendlyARM/toolschain/4.4.3/bin So I add this path in /etc/profile and execute source /etc/profile now there is /opt/FriendlyARM/toolschain/4.4.3/bin in PATH. But when I executed arm-linux-gcc -V following error appeared /opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc: 15: exec: /opt/FriendlyARM/toolschain/4.4.3/bin/.arm-none-linux-gnueabi-gcc: not found
Hi, again I performed "sudo apt-get install lib32ncurses5 lib32z1 lib32bz2-1.0" and after this ,arm-linux-gcc -v was executed successfully but error of execution of ./build-all for qtopia not solved yet .
Hello, I could write a test program by Qt but I don't know how can I upload this program on my board.I couldn't do this by serial port and usb. My board is Embededsky , sorry for my questions in this site . any suggestion will be appreciated.
i have also same embedsky board could u please help me and i have installed in my system 14.04 ubuntu