Главная » 2010 » Ноябрь » 12 » GCC on N900
15:31
GCC on N900
Содержимое файла /etc/apt/sources.list.d/hildon-application-manager.list

deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./
deb https://downloads.maemo.nokia.com/fremantle/ssu/mr0 ./
deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./
deb http://repository.maemo.org/extras/ fremantle-1.3 free non-free
deb http://moff.mozilla.com/latest/maemo/multi/ chinook release
deb http://repository.maemo.org/extras/ fremantle-1.3 free non-free
deb http://repository.maemo.org fremantle/4bc37c7c77ebe90177c050b805a8dc79 nokia-binaries
deb http://repository.maemo.org fremantle sdk/free sdk/non-free

apt-get update
apt-get upgrade
apt-get install gcc
apt-get install libc6-dev
apt-get install libstdc++6
apt-get install libstdc++6-4.2-dev
apt-get install g++
Ссылки:
http://tablets-dev.nokia.com/eula/token.php
http://www.cfdt.ru/?globalNav=5&ion=10&page=16

g++ -c -o sample.o sample.cpp //компиляция в объектный файл
g++ -o sample sample.cpp other.o other2.o //компиляция и сборка

Просмотров: 624 | Добавил: Serj129 | Рейтинг: 0.0/0