AlasdairAtKitronik

Results 14 comments of AlasdairAtKitronik

My gcc version is 8.1.0 and I used the following line to set the target: ```blocks yt target bbc-microbit-classic-gcc-nosd ```

I did think the references to C++98 were a bit strange

This is the build with flags: [build_flags.txt](https://github.com/bbcmicrobit/micropython/files/5326921/build_flags.txt)

I followed exactly the same steps as you did for your Ubuntu build.

This is my gcc version output: ```blocks C:\Users\alasdair.trench\github\microbit-micropython-no-mods\micropython>gcc --version gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source...

Is there an issue because I have the MinGW-W64, and it says at the start of the build that "This program built for i386-pc-mingw32"?

The update of GCC solved my inital issue - thank you. It might be worth noting in the README that as the make process uses a 'grep' command it will...

@microbit-carlos @abchatra Any update on this is it's definitely still an issue?

Hi @ganicke, yes, I want to include them like you've shown in the first image (or similar). I tried including them just as a string or a number in the...