# Unable to compile mangoh yellow after following setup instructions

**URL:** https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426
**Category:** Uncategorized
**Created:** [July 2, 2021, 6:12am UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426 "2021-07-02T06:12:03Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![mitchelldavis1](https://avatars.discourse-cdn.com/v4/letter/m/74df32/32.png) [@mitchelldavis1](https://mangoh.discourse.group/u/mitchelldavis1)
#### Post date: [July 2, 2021, 6:12am UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/1 "2021-07-02T06:12:04Z")

</div>

Been at this for a while with both the mangoh red and mangoh yellow none of the setup instructions seem to be current. I’m working on Ubuntu 20.04.2. Trying with both vscode and from command line. Below is the results from the command line following the steps from [http://mangoh.io/uploaded-documents/Reference/mangOH%20Yellow/Discover/Getting%20Started/41113347%20mangOH%20Yellow%20GSG%20-%20HTML5-Responsive%20HTML5/#t=41113347\_mangOH\_Yellow\_GSG\_-\_HTML5%2FInstall\_Leaf\_and\_Build\_mangOH\_Software%2FInstall\_Leaf\_and\_Build\_mangOH\_Software.htm](http://mangoh.io/uploaded-documents/Reference/mangOH%20Yellow/Discover/Getting%20Started/41113347%20mangOH%20Yellow%20GSG%20-%20HTML5-Responsive%20HTML5/#t=41113347_mangOH_Yellow_GSG_-_HTML5%2FInstall_Leaf_and_Build_mangOH_Software%2FInstall_Leaf_and_Build_mangOH_Software.htm)

Results at step 8:  
~/myWorkspace/mangOH$ make yellow  
Not building LEGATO due to $LEGATO == 0

# NOTE: When using leaf, these TOOLCHAIN\_X variables don’t need to be passed to mksys.

TOOLCHAIN\_DIR=/home/mitch/myWorkspace/leaf-data/myellow/mangOH-yellow-wp77xx-toolchain/sysroots/x86\_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi   
TOOLCHAIN\_PREFIX=arm-poky-linux-gnueabi-   
OCTAVE=1   
mksys -t wp77xx --cflags=-O2 --object-dir=build/yellow\_wp77xx --output-dir=build/update\_files yellow.sdef  
\*\* ERROR:  
/home/mitch/myWorkspace/mangOH/shared.sdef:11:48: error: File ‘/home/mitch/myWorkspace/leaf-data/myellow/mangOH-wp77xx-legato/modules/WiFi/wifi.sinc’ not found.  
make: \*\*\* [Makefile:125: yellow\_wp77xx] Error 1  
(lsh:myellow) mitch@mitch-HP-ENVY-Laptop-13-aq0xxx:~/myWorkspace/mangOH$

---

<div class="post-metadata">

### Author: ![jyijyi](https://sea2.discourse-cdn.com/flex016/user_avatar/mangoh.discourse.group/jyijyi/32/997_2.png) [@jyijyi](https://mangoh.discourse.group/u/jyijyi)
#### Post date: [July 2, 2021, 6:24am UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/2 "2021-07-02T06:24:19Z")

</div>

error: File ‘/home/mitch/myWorkspace/leaf-data/myellow/mangOH-wp77xx-legato/modules/WiFi/wifi.sinc’ not found.

For a normal legato package, we should see such file:

```auto
(lsh:swi-wp76_4.7.0) owner@ubuntu:~/leaf/leaf-data/swi-wp76_4.7.0/wp76-legato$ ls ./modules/WiFi/wifi.sinc
./modules/WiFi/wifi.sinc

```

---

<div class="post-metadata">

### Author: ![mitchelldavis1](https://avatars.discourse-cdn.com/v4/letter/m/74df32/32.png) [@mitchelldavis1](https://mangoh.discourse.group/u/mitchelldavis1)
#### Post date: [July 2, 2021, 2:54pm UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/3 "2021-07-02T14:54:52Z")

</div>

What version of Ubuntu has been confirmed with installation steps? I’ve had to work around a few app errors to install.

---

<div class="post-metadata">

### Author: ![jyijyi](https://sea2.discourse-cdn.com/flex016/user_avatar/mangoh.discourse.group/jyijyi/32/997_2.png) [@jyijyi](https://mangoh.discourse.group/u/jyijyi)
#### Post date: [July 2, 2021, 3:41pm UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/4 "2021-07-02T15:41:47Z")

</div>

Maybe you can try ubuntu 16 or 18

---

<div class="post-metadata">

### Author: ![mitchelldavis1](https://avatars.discourse-cdn.com/v4/letter/m/74df32/32.png) [@mitchelldavis1](https://mangoh.discourse.group/u/mitchelldavis1)
#### Post date: [July 2, 2021, 3:57pm UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/5 "2021-07-02T15:57:41Z")

</div>

thanks on 20 the following packages have issues if trying to install manually:  
Reading package lists… Done  
Building dependency tree  
Reading state information… Done  
Note, selecting ‘python-is-python2’ instead of ‘python’  
Note, selecting ‘libsdl1.2-dev’ instead of ‘libsdl-dev’  
Package python-git is not available, but is referred to by another package.  
This may mean that the package is missing, has been obsoleted, or  
is only available from another source  
However the following packages replace it:  
python-git-doc

---

<div class="post-metadata">

### Author: ![mitchelldavis1](https://avatars.discourse-cdn.com/v4/letter/m/74df32/32.png) [@mitchelldavis1](https://mangoh.discourse.group/u/mitchelldavis1)
#### Post date: [July 2, 2021, 7:12pm UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/6 "2021-07-02T19:12:23Z")

</div>

just retried step by step on Ubuntu 18.04 with same results at step 8 make yellow. Not sure I am willing to try 16 at this point. Can anyone confirm success setting up a development environment using the current mangoh yellow documentation and what OS was supported?

---

<div class="post-metadata">

### Author: ![mitchelldavis1](https://avatars.discourse-cdn.com/v4/letter/m/74df32/32.png) [@mitchelldavis1](https://mangoh.discourse.group/u/mitchelldavis1)
#### Post date: [July 2, 2021, 9:58pm UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/7 "2021-07-02T21:58:16Z")

</div>

OK - Finally compiled. Apparently the process is to pick a configuration and just comment out all of the compile issues and assume that that functionality is not needed. Please post if there is a known clean version of mangoh yellow, but I’m up and running for now. Thanks

---

<div class="post-metadata">

### Author: ![dewakarkanday](https://avatars.discourse-cdn.com/v4/letter/d/5f9b8f/32.png) [@dewakarkanday](https://mangoh.discourse.group/u/dewakarkanday)
#### Post date: [July 8, 2021, 3:13pm UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/8 "2021-07-08T15:13:31Z")

</div>

I am having an issue with the windows system that when the sim is plugged into the mangoh yellow, the registration fails. I tried using the same sim in an arduino to check network connectivity and that seems to be working fine.

---

<div class="post-metadata">

### Author: ![jyijyi](https://sea2.discourse-cdn.com/flex016/user_avatar/mangoh.discourse.group/jyijyi/32/997_2.png) [@jyijyi](https://mangoh.discourse.group/u/jyijyi)
#### Post date: [July 8, 2021, 3:20pm UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/9 "2021-07-08T15:20:00Z")

</div>

what are the return of the followings?  
AT+CFUN?  
AT+CPIN?  
AT!IMPREF?  
AT!GSTATUS?  
AT+CGDCONT?  
Ati3  
At!uims?

---

<div class="post-metadata">

### Author: ![dewakarkanday](https://avatars.discourse-cdn.com/v4/letter/d/5f9b8f/32.png) [@dewakarkanday](https://mangoh.discourse.group/u/dewakarkanday)
#### Post date: [July 8, 2021, 4:08pm UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/10 "2021-07-08T16:08:57Z")

</div>

AT+CFUN? -\>15  
AT+CPIN?  
AT!IMPREF?  
AT!GSTATUS?  
AT+CGDCONT?-\> 1  
Ati3  
At!uims?

I was only able to get couple of values from arduino code. Is there a sample code or a way to run a code to get the above data?

---

<div class="post-metadata">

### Author: ![jyijyi](https://sea2.discourse-cdn.com/flex016/user_avatar/mangoh.discourse.group/jyijyi/32/997_2.png) [@jyijyi](https://mangoh.discourse.group/u/jyijyi)
#### Post date: [July 8, 2021, 4:20pm UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/11 "2021-07-08T16:20:23Z")

</div>

I am saying the mangoh yellow AT command port

---

<div class="post-metadata">

### Author: ![dewakarkanday](https://avatars.discourse-cdn.com/v4/letter/d/5f9b8f/32.png) [@dewakarkanday](https://mangoh.discourse.group/u/dewakarkanday)
#### Post date: [July 8, 2021, 4:22pm UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/12 "2021-07-08T16:22:50Z")

</div>

I am a noob to mangoh platform. Is there a page or an example I can follow to get that data from the AT command port?

---

<div class="post-metadata">

### Author: ![jyijyi](https://sea2.discourse-cdn.com/flex016/user_avatar/mangoh.discourse.group/jyijyi/32/997_2.png) [@jyijyi](https://mangoh.discourse.group/u/jyijyi)
#### Post date: [July 8, 2021, 9:00pm UTC](https://mangoh.discourse.group/t/unable-to-compile-mangoh-yellow-after-following-setup-instructions/9426/13 "2021-07-08T21:00:22Z")

</div>

You can install the usb driver in windows and enter AT command in modem port via tera term
