fix: remove link to never-seen-before post
This commit is contained in:
parent
aed85865a9
commit
30fd515635
@ -24,10 +24,8 @@ I also assume that GNU/Linux is being used on the development computer.
|
|||||||
|
|
||||||
The [avr-gcc](http://www.nongnu.org/avr-libc/user-manual/pages.html) compiler chain is an open source effort to have
|
The [avr-gcc](http://www.nongnu.org/avr-libc/user-manual/pages.html) compiler chain is an open source effort to have
|
||||||
C/C++ for AVR Atmel chips. They do provide some rudimentary C++ support, but there's no STL and the `new` and `delete`
|
C/C++ for AVR Atmel chips. They do provide some rudimentary C++ support, but there's no STL and the `new` and `delete`
|
||||||
keywords are not implemented by default. Even purely virtual functions doesn't work out of the box.
|
keywords are not implemented by default. Even purely virtual functions doesn't work out of the box. These things can be
|
||||||
|
added manually though.
|
||||||
**But don't fret!** There are ways to implement those features manually. See my [other]() post about getting the build
|
|
||||||
environment up and running.
|
|
||||||
|
|
||||||
## The Memory Model
|
## The Memory Model
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user