I know it is possible to compile and run C/C++ code in Chromebook by enabling Developer Mode. But is it possible to run a C code(Say "Hello World") in Normal Mode ?
--
--
Chromium OS Discussion mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
https://groups.google.com/a/chromium.org/group/chromium-os-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium OS Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-dis...@chromium.org.
Thanks Ihor for your reply. Yes I was able to install Linux Terminal App on Chromebook. But seems like this does pose lots of restriction. /dev/video0 nodes was not able to access, which i need for one of my project.However in developer mode I accessed the file descriptor and developer a C Code. Is there any way i can get the exact replication of my Developer Mode shell.
--