Giter Site home page Giter Site logo

Comments (16)

rmyorston avatar rmyorston commented on June 12, 2024 1

is this enough?

Yes, that should be fine.

from eclipse-plugins.

fanghuaqi avatar fanghuaqi commented on June 12, 2024 1

@fanghuaqi, please try the latest windows-build-tools release, v4.4.1-2.

Hi @ilg-ul , it works well now, thanks for the update.

from eclipse-plugins.

fanghuaqi avatar fanghuaqi commented on June 12, 2024 1

Fixed by windows-build-tools release, v4.4.1-2, close it.

from eclipse-plugins.

fanghuaqi avatar fanghuaqi commented on June 12, 2024

Hi, we tested that, if we change back the windows build tools to 4.3.0-1, not using 4.4.0 or later, this issue will be solved, as I can see, it seems, make version changed from 4.3 to 4.4.

Thanks

from eclipse-plugins.

ilg-ul avatar ilg-ul commented on June 12, 2024

According to some reports, make 4.4 may have problems. As a workaround, use 4.3.

from eclipse-plugins.

fanghuaqi avatar fanghuaqi commented on June 12, 2024

Okay, thanks. Will use 4.3

from eclipse-plugins.

fanghuaqi avatar fanghuaqi commented on June 12, 2024

Sorry @ilg-ul , it is not caused by make version change, it seems caused by the busybox utils version update . I used make version 4.4, and busybox 4.3.0, it works.

from eclipse-plugins.

ilg-ul avatar ilg-ul commented on June 12, 2024

Thank you, I'll investigate, perhaps there is a new busybox release that fixes this.

from eclipse-plugins.

ilg-ul avatar ilg-ul commented on June 12, 2024

For completeness, could you also test v4.4.0-1?

from eclipse-plugins.

fanghuaqi avatar fanghuaqi commented on June 12, 2024

Same issue happened. @ilg-ul

image

I even tried with latest https://frippery.org/busybox/ , same issue happened. I think maybe busybox changed something

BusyBox v1.37.0-FRP-5181-g5c1a3b00e (2023-08-18 12:14:59 BST)

Also tried with old releases of busybox, tested https://frippery.org/files/busybox/ that busybox-w32-FRP-4716-g31467ddfc.exe is the last workable version.

This is the first not workable version https://frippery.org/busybox/release-notes/FRP-4784.html changelog.

Thanks

from eclipse-plugins.

ilg-ul avatar ilg-ul commented on June 12, 2024

Thank you!

I suggest you report this to upstream busybox.

from eclipse-plugins.

rmyorston avatar rmyorston commented on June 12, 2024

Since FRP-4784 busybox-w32 has included a make applet. From the errors reported it looks as though this is being used when GNU make was intended.

It's possible to override the busybox-w32 shell's preference for the internal make by setting an environment variable: BB_OVERRIDE_APPLETS=make.

from eclipse-plugins.

ilg-ul avatar ilg-ul commented on June 12, 2024

Thank you, Ron.

Is there any configuration option to disable the applet?

from eclipse-plugins.

rmyorston avatar rmyorston commented on June 12, 2024

The make applet can be disabled at build time with the CONFIG_MAKE option. The applet also has the alias pdpmake, controlled by the CONFIG_PDPMAKE build-time option, but that shouldn't be a problem.

from eclipse-plugins.

ilg-ul avatar ilg-ul commented on June 12, 2024

@rmyorston, I disabled two variables in the configuration file:

sed -i.bak \
       -e 's|^CONFIG_MAKE=y|# CONFIG_MAKE is not set|' \
       -e 's|^CONFIG_PDPMAKE=y|# CONFIG_PDPMAKE is not set|' \
       configs/mingw64_defconfig

is this enough?

from eclipse-plugins.

ilg-ul avatar ilg-ul commented on June 12, 2024

@fanghuaqi, please try the latest windows-build-tools release, v4.4.1-2.

from eclipse-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.