News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

AXCODEBLOCKERS installation on Ubuntu 16.04 - make issue

Started by KB1DC, July 02, 2018, 07:49:46 PM

Previous topic - Next topic

KB1DC

Hello:

I guess this is a favor of codeblockes. axcodeblockers is for the AX8052 family by AXSEM now owned by ONSEMI. I downloaded the code at https://github.com/stahta01/axcodeblocks and followed the build instructions. Compiling was successful after installing a couple of dependencies  but during the 'make' the following is what appeared at the end of make.  Not quite sure how to solve this one - clearly I'm not a linux expert. ANY help would be greatly appreciated!!   

Thank you very much!!!


make[4]: Entering directory '/home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src/sdk/resources'
PWD=`pwd` cd . && zip -qu /home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src/sdk/resources/manager_resources.zip *.xrc images/*.png images/16x16/*.png images/12x12/*.png > /dev/null
Makefile:801: recipe for target 'manager_resources.zip' failed
make[4]: *** [manager_resources.zip] Error 12
make[4]: Leaving directory '/home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src/sdk/resources'
Makefile:529: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src/sdk/resources'
Makefile:1003: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src/sdk'
Makefile:531: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jon/Desktop/AXSEM/AX8052 IDE software/axcodeblocks-master/src'
Makefile:589: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

KB1DC


oBFusCATed

The real error is missing from the log. You need to find the first line where error is reported.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

stahta01

This repo of mine likely fails to build with configure/make; I am not even sure it builds when using CB project.
I was trying to add features of axcodeblocks to codeblocks when I created this repo. Edit1: I was trying to fork CB and add the files from AX8051 IDE in order to build that version of CB.

I will try configure/make build on Debian and see if it works for me.

QuoteFork of Code::Blocks IDE with code added from onsemi.com AX8051 IDE forked from Code::Blocks 16.01svn10778

Edit2: I have added more files from the "onsemi.com AX8051 IDE" zip and I am now making it to see if the make error is gone.

Edit3: Link to when I created the repo http://forums.next.codeblocks.org/index.php?topic=21714.0 It has the URL to download the source code.
Google no longer finds the URL; but, it still finds a PDF and maybe the URL is inside the PDF. I read the PDF when I created the repo; but, I forgot how I found the URL.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

Added 3 commits to testing branch https://github.com/stahta01/axcodeblocks/tree/testing

From the errors, I am guessing that wxWidgets 2.8 was used. No time to fix anymore issues.
You might see if they ever made an wxWidgets 3.0 source download if you wish to use wxWidgets 3.x [to build AxCodeblocks].

Edit: I would suggest using wxWidgets 2.8 unless you wish to convert thier changes to wxWidgets 3.x compatible changes.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]