garyhobson

Results 16 comments of garyhobson

When I try to compile by specifying the target target myself, I get some errors:(I put it at the bottom~) When looking for the reason, I found that nwind only...

For this problem, I think of another solution: I can hack all malloc (and other similar) in the program, and then output a memory-profiling_*.dat file, so that I can use...

> LGTM with the following caveat: I only tested ARM builds with GCC, since that is the only platform for which I have a toolchain currently. Hopefully this doesn't break...

This line of code looks ugly, but I didn't think of any proper solution It is the prefix used to get define Do you guys have any better suggestions ```...

> This looks very promising. @Gary-Hobson any progress on this? Yes,I am perfecting it

> make -C nuttx/tools -f Makefile.host clean Can you tell with which configuration and steps this problem can be reproduced? I have not used this command before,I just tried it...

I don't think it's related to this commit,I run it without any problems Your error appears to be an error deleting the file, but the incdir file didn't exist in...

> The problem is caused by the add of these two line: [https://github.com/apache/incubator-nuttx/master/tools/Config.mk](url):L581~L582 `export INCDIR_PREFIX := $(subst "X",,${shell $(INCDIR) "$(CC)" "X"})` `export INCSYSDIR_PREFIX := $(subst "X",,${shell $(INCDIR) -s "$(CC)" "X"})`...

> I just tried this: > > ```shell > $ mkdir test > $ cd test > $ git clone https://github.com/apache/incubator-nuttx.git nuttx > $ git clone https://github.com/apache/incubator-nuttx-apps.git apps > $...

It took me a while to find ez80cc in the old repository, confirmed that it can be used like this,Works fine with or without quotes However, this only works for...