- Si ya estaban instaladas algunas commons en el sistema, pararse en la carpeta de esas commons y ejecutar
sudo make uninstall
- Clonarse el repo
- Hacer
cd commons(del repo) y ejecutarsudo make install - En el Eclipse ir a
New -> Makefile Project with Existing Code -> Importar Kernel y elegir Linux GCC - En el Eclipse ir a
New -> Makefile Project with Existing Code -> Importar PoolMemorias y elegir Linux GCC - En el Eclipse ir a
New -> Makefile Project with Existing Code -> Importar LFS y elegir Linux GCC
- En el Eclipse ir a
New -> Makefile Project with Existing Code -> Importar commons y elegir Linux GCC - Agregar el archivo.c y archivo.h nuevo o editar los ya existentes
- Abrir una terminal, ir hasta la carpeta
commonsy ejecutar:sudo make uninstallsudo make install