Difference between revisions of "Help on Eclipse"
Jump to navigation
Jump to search
Jgvictores (talk | contribs) |
Jgvictores (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
Integration with CMake: | Integration with CMake: | ||
http://www.cmake.org/Wiki/CMake:Eclipse_UNIX_Tutorial | http://www.cmake.org/Wiki/CMake:Eclipse_UNIX_Tutorial | ||
− | ([jgvictores] was not too sucessful) | + | ([jgvictores] was not too sucessful using 1st (recommended) option) |
+ | ---- | ||
+ | According to [rpalencia]'s old notes: | ||
+ | Para que no de problemas de autoridad correr en root: | ||
+ | |||
+ | Para que coja el compilador de su sitio: | ||
+ | export PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/OSELAS.Toolchain-1.1.1/arm-iwmmx-linux-gnueabi/gcc-4.1.2-glibc-2.5-kernel-2.6.18/bin" | ||
+ | |||
+ | Para depurar en la placa: | ||
+ | gdbserver 222.222.1.1:10000 ./AsibotDevelop | ||
+ | |||
+ | rc.local | ||
+ | |||
+ | export PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/OSELAS.Toolchain-1.1.1/arm-iwmmx-linux-gnueabi/gcc-4.1.2-glibc-2.5-kernel-2.6.18/bin CC='arm-iwmmx-linux-gnueabi-gcc' CXX='arm-iwmmx-linux-gnueabi-g++' | ||
+ | ---- |
Latest revision as of 09:38, 20 November 2010
On Ubuntu, you have no help unless:
sudo apt-get install default-jdk
Integration with CMake: http://www.cmake.org/Wiki/CMake:Eclipse_UNIX_Tutorial ([jgvictores] was not too sucessful using 1st (recommended) option)
According to [rpalencia]'s old notes: Para que no de problemas de autoridad correr en root:
Para que coja el compilador de su sitio:
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/OSELAS.Toolchain-1.1.1/arm-iwmmx-linux-gnueabi/gcc-4.1.2-glibc-2.5-kernel-2.6.18/bin"
Para depurar en la placa:
gdbserver 222.222.1.1:10000 ./AsibotDevelop
rc.local
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/OSELAS.Toolchain-1.1.1/arm-iwmmx-linux-gnueabi/gcc-4.1.2-glibc-2.5-kernel-2.6.18/bin CC='arm-iwmmx-linux-gnueabi-gcc' CXX='arm-iwmmx-linux-gnueabi-g++'