Vivado SDK 14.1 MAKE file errors

I just installed Vivado 14.1 on a Windows 7 machine into the default C:\Xilinx directory.    Vivado seems to run ok but when building a BSP in SDK I get the following error for every IP in the design:
    "Compiling uartns550"
    mb-ar: ../../../lib/C:\Program: Invalid argument
     make[1]: *** [libs] Error 1
     make: *** [microblaze_0/libsrc/uartns550_v3_0/src/make.libs] Error 2
It looks like the make file is trying to read the 'C:\Program Files' directory and can't handle the space, but no part of the project or other software tools are in that directory.

Hello
I have the same problem. How can I fix it?
Thanks!

Similar Messages

  • Make File Errors - Tuxedo ART

    I have copied the make file provided along with the Tuxedo ART samples onto the demo directory. But when I do a make usage in the samples directory(Fig.1) it works. Where as it doesnt work in the directory, where I have copied.(Fig.2). Kindly help to fix this error.
    Fig.1
    [root@SJP2VM0140 source]# pwd
    /home/user/oracle/art_wb11gR1/samples/STDB2ORA/source
    [root@SJP2VM0140 source]# ls
    BATCH CICS COPY DDL JCL makefile MAP
    [root@SJP2VM0140 source]# make usage
    ============ Help usage =============================
    This makefile process all or selected files for R4Z ..
    Extentions of Files names available :
    .pob : Result of parsing (Under the directory pob of the component)
    .cdm : Result of parsing without rules, generated automaticly by the parser
    .shrec : Result of parsing without rules, generated automaticly by the parser
    Fig 2
    [root@SJP2VM0140 source]# pwd
    /opt/Tuxedo/KIXEDO/TUXDEMO/source
    [root@SJP2VM0140 source]# ls
    BATCH Cobol-dump-map.pob JCL MAP symtab-TUXDEMO.pob
    CICS COPY makefile Reports-TUXDEMO
    [root@SJP2VM0140 source]# make usage

    Hi,
    possibilities:
    1. missing bos.adtm.libm (not installed), so missing /usr/lib/libm.a
    2. missing /bin from PATH
    Herald ten Dam
    http://htendam.wordpress.com

  • X Standard and missing maker files

    I have installed X Standard, using Windows 8.1 and Office XP.  I cannot create documents as the "missing maker files" error comes up.  I have updated X (I think) to no avail....help please!

    Hi T.A. Monz,
    Please refer the KB Doc : Troubleshoot Acrobat PDFMaker problems | Office | Windows
    Regards,
    Rave

  • There is a missing letter of Path name or file name when vivado SDK linking object files

    I used vivado SDK 2014.3 to complie the third source code and could get *.o files. But when linking them, there was an error to show that No such file or directory. I found that there was lack of letter in path name of object file.  It's a SDK bug or I don't set up correctly? 
    Thank you for an early answer.

    I tried it in vivado SDK 2015.1, but there was still the same problem. And I found that it was successful if only importing a small part of source code. What is the reason for this situation?

  • Error message: Missing PDF maker files in Word 2007

    OK, I am beyond frustrated. I have had nothing but trouble with Windows Vista and Adobe Acrobat. Please help!!!
    What happens: first, the pdf addin for Word 2007 suddenly becomes disabled, for no apparent reason. Forget about trying to re-enable it through the Add-Ins menu, because Word tells me that the "connected state of Office Add-Ins registered in the HKEY_LOCAL_MACHINE cannot be changed". This is a problem for me, because I use a special font (Vietnamese) that sometimes gets corrupted when running pdf maker. The only consistent way I have found to avoid this problem is to run the pdf maker as "Quick PDF" and as far as I can see that option is only available through the pdf addin in Word, I have never been able to find it when I open the Acrobat program and create a pdf from there.
    Second problem: shortly after the pdf addin becomes disabled, my Acrobat program loses the ability to create pdfs altogether. I get the error message "Missing PDF maker files". Yes, I have tried repairing the installation and re-starting my computer per the instructions given. It doesn't fix the problem. I also tried looking in the Knowledge Database on this website, but it appears that the instructions they have to fix the problem there are for earlier versions of Word, not 2007, because my version of word does not look like the version of Word in their little videos.
    This is the second time this has happened. The first time I resolved the problem by a) re-installing Acrobat, which is a pain because it involves calling Adobe and wading through their customer service to get a new installation number, and b) paying a computer repair service to dig deep into the guts of my computer and convince it to change the Office Add-ins to allow the pdf addin again. It worked for about 6 months, and now I have the same problem again. For some reason Vista is spontaneously disabling Acrobat.
    I simply cannot deal with this every few months. We all know that Vista is a crappy program, but I run a business and I need a program that works with whatever crappy program Microsoft puts out. Please, can anyone give me suggestions about how to re-enable these functions when Vista disables them?
    Thanks in advance!
    Alycia

    for Office 2007, see if this Microsoft product will work for you
    http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87 041&displaylang=en

  • Error in invoking target ntcontab.o of make file ¤ORACLE_HOME/network...

    Hello,
    Doing an install of an Oracle 8.1.7 database on a Linux SLES8 SP2a
    After I run the runinstaller, I've a problem !
    The message:
    Error in invoking target ntcontab.o of make file ¤ORACLE_HOME/network/lib/ins_net_client.mk
    I install the glibc-2.1.3-stubs OK
    I run ./setup_stubs.sh then in the graphical environnement RETRY
    but I've the same problem !
    Any ideas ? What is going on ?
    Philippe

    hey, i found something about gcc and that you have to link two files yourself, everything has gone well up until i tried to link the second file and got the error:
    /usr/bin/ld: cannot find -lxml10-lunls10
    collect2: ld returned 1 exit status
    The command i was trying to run was this:
    linuxbox:/home/oracle# gcc -o /home/oracle/OraHome_1/rdbms/lib/extproc -L/home/oracle/OraHome_1/rdbms/lib/ -L/home/oracle/OraHome_1/lib/ -L/home/oracle/OraHome_1/lib/stubs/ /home/oracle/OraHome_1/rdbms/lib/hormc.o /home/oracle/OraHome_1/rdbms/lib/defopt.o /home/oracle/OraHome_1/rdbms/lib/homts.o -lagtsh -lpls10 -lplp10 -lclntsh -lcore10 -lxml10-lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 /home/oracle/OraHome_1/lib/libgeneric10.a `cat /home/oracle/OraHome_1/lib/sysliblist` -Wl,-rpath,/home/oracle/OraHome_1/lib -lm `cat /home/oracle/OraHome_1/lib/sysliblist` -ldl -lm -L/home/oracle/OraHome_1/lib -lvsn10 -lnro10
    I'm not sure where the missing file is supposed to be, what it does or how to fix it. I'm just stuck now.
    Any suggestions?

  • Error in invoking target install of make file /opt/oracle/product/9.0.1/ctx/lib/ins_c

    I am trying to install Oracle 9i database release 2 on Linux RedHat 7.3. I got error message from OUI during the linking Oracle database
    error in invoking target install of make file /opt/oracle/product/9.0.1/ctx/lib/ins_ctx.mk
    Any input is greatly appreciated.

    Pl identify exact version of "10g" you are trying to install. Are you following all of the steps in the Install Guide ? Pl post the last 50 lines from the install log file
    HTH
    Srini

  • 'Error in invoking ntcontab.o of make file' RH 6.2

    Error in invoking ntcontab.o of make file /u01/..../lib/ins_net_client.mk
    Get this while running universal intaller.
    Any know how to fix?

    i did not have the egcs or cpp packages installed - to answer my own question

  • Error in invoking target 'ntcontab.o' of make file.

    Hi,
    Operating System:Enterprise Linux Release 5 Update 2 for x86 (32 Bit)
    Database:Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86
    When I am trying to installt database on the VMware virtaul machine i am getting the following error durig the linking phase of installation(at 62%)
    error in invoking target 'ntcontab.o' of make file.
    I have googled for this error,but i didn't find any solution which fits my requirement.
    I am hoping a expert advice from this forum for my problem.
    Thank You all..

    Hi , I have all rpms installed on RHEL 5 but still getting below error...
    /usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1//usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1

  • Ins_sqlplus.mk error invoking target install of make file

    i am using redhat as 3 version on xi386 and installing 10.1.0 database
    INSTALL LOG:
    Linking sqlplus
    rm -f sqlplus
    gcc -o sqlplus -L/oracle/app/oracle/product/10.1.0/db_1/sqlplus/lib/ -L/oracle/app/oracle/product/10.1.0/db_1/lib/ -L/oracle/app/oracle/product/10.1.0/db_1/lib/stubs/ /oracle/app/oracle/product/10.1.0/db_1/sqlplus/lib/s0afimai.o -lsqlplus -lclntsh `cat /oracle/app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/app/oracle/product/10.1.0/db_1/lib/sysliblist` -Wl,-rpath,/oracle/app/oracle/product/10.1.0/db_1/lib -lm -lpthread `cat /oracle/app/oracle/product/10.1.0/db_1/lib/sysliblist` -ldl -lm -lpthread -L/oracle/app/oracle/product/10.1.0/db_1/lib
    gcc: /oracle/app/oracle/product/10.1.0/db_1/sqlplus/lib/s0afimai.o: No such file or directory
    make: *** [sqlplus] Error 1
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'install' of makefile '/oracle/app/oracle/product/10.1.0/db_1/sqlplus/lib/ins_sqlplus.mk'. See '/oracle/opt/oracle/oraInventory/logs/installActions2006-03-20_03-04-11PM.log' for details.
    Exception Severity: 1
    The output of this make operation is also available at: '/oracle/app/oracle/product/10.1.0/db_1/install/make.log'
    Start output from spawned process:
    rm -f sqlplus
    /bin/chmod 755 /oracle/app/oracle/product/10.1.0/db_1/bin/helpins
    /bin/chmod 755 /oracle/app/oracle/product/10.1.0/db_1/bin/pupbld
    Linking sqlplus
    rm -f sqlplus
    gcc version
    gcc -v
    Reading specs from /usr/lib/gcc-lib/i386-redhat-linux7/2.96/specs
    gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-122)
    rpm installed:
    rpm -q setarch-1* openmotif-2* compat-libstdc++-7.* compat-libstdc++-devel-7.* compat-db-4* compat-gcc-7.* compat-gcc-c++-7.* binutils glibc glibc-devel openmotif21
    setarch-1.3-1
    openmotif-2.2.2-16
    compat-libstdc++-7.3-2.96.122
    compat-libstdc++-devel-7.3-2.96.122
    compat-db-4.0.14-5
    compat-gcc-7.3-2.96.122
    compat-gcc-c++-7.3-2.96.122
    binutils-2.14.90.0.4-26
    glibc-2.3.2-95.3
    glibc-devel-2.3.2-95.3
    openmotif21-2.1.30-8
    please help

    Can you check whether you have this library
    " /oracle/app/oracle/product/10.1.0/db_1/sqlplus/lib/s0afimai.o"

  • Urgent Error : Make file in PRO*COBOL

    Hi All,
    We are trying to Make a COBOL file using Oracle 8.0.5 but ends with an error in a production environment. The OS is Solaris 8.
    cob : Library not found : -lsqlnet
    Make : fatal error : command failed for target "<Prog name> "
    I checked the environment for LD_LIBRARY_PATH set to /usr/ccs/bin:${PATH} also included the $ORACLE_HOME/lib and $ORACLE_HOME/rdbms/lib paths to the above variable. Still it returns the same problem.
    Can any one help me solving this problem as it is very critical.
    Regards,

    Finally ot it to compile successfully by creating a new Makefile in the SpaceTriangle directory with those make commands which had been phonied out in the original Makefile in the 12_Stage3D directory which contains the SpaceTriangle directory. Of course I had to make four changes to the path references when it referred to files in the SpaceTriangle directory.
    I also had to copy the header files AGAL_internal.h and AGAL.h into the SpaceTriangle directory.
    After that I ran the newly created Makefile in the SpaceTriangle directory, and it compiled perfectly (no errors, no warnings, and the expected output).  BUT, the resulting swf, SpaceTriangle.swf, would not run in Flash Player Debugger Version 11.6.602.167 (11.6). Here's the error message from the Flash Player Debugger:
    ReferenceError: Error #1065: Variable __start1 is not defined.
              at com.adobe.flascc::CModule$/start()
              at com.adobe.flascc::CModule$/startAsync()
              at com.adobe.flascc::Console/init()
              at com.adobe.flascc::Console()
              at com.adobe.flascc.preloader::DefaultPreloader/onPreloaderComplete()
    Any ideas anyone?

  • Oracle 9.0.1on RH 9: "Error in involking target install of make file"

    I have complete 100% for install Oracle 9.0.1 i on RH 9
    But the problem happen during second step, is Oracle Configuration. when I finished 62% the error message occure. It is
    "Error in involking target install of make file
    /opt/oracle/product/9.0.1/plsql/lib/ins_plsql.mk"
    I try to solve this solution by set LD_SELF_CONTAINED=""
    in z/opt/oracle/product/9.0.1/bin/genclntsh file.
    after that i run /opt/oracle/product/9.0.1/bin/genclntsh
    the error is: "cp: cannot stat '/DISCARD/'"
    Please help me...

    I don't remember where on OTN I found this, but if you haven't already, you need to install binutils-2.11.90.0.8-13.i386.rpm. Also, make sure you have K shell installed, make a symbolic link (ln -s /sbin/fuser /bin/fuser), have /usr/bin as the first entry in your $PATH. All of the above should be stated on the first 'popup window' during the install.

  • Cannot copy necessary linked file ERROR.  HELP ME!! I can't make a package

    Cannot copy necessary linked file ERROR.  HELP ME!! I can't make a package

    What have you tried? Often, this happens when a linked file is open...perhaps at the hands of another user across a network where you can't see. If that's not the case, and you're sure you don't have it open, it's still possible your system just thinks it's open. Reboot the computer and try again.

  • AppleScript error on Tiger only: "can't make file into type alias"

    Hi,
    I'm successfully using this smart TextWrangler applescript from this webpage for opening files on the same folder as the current document:
    http://blog.ampli.fi/textwrangler-open-file-from-directory-of-current-file/
    It works fine on Mountain Lion.
    However, when I try it on Tiger 10.4.11, this error dialog appears: "TextWrangler got an error: Can't make [file] into type alias".
    The script basically gets the path of the current document in TextWrangler and posts a file chooser on such path.
    I guess these are the lines that Tiger doesn't like:
      set current_path to POSIX path of current_file
      set new_file to choose file default location (current_path) with multiple selections allowed
    open new_file
    After googling for the error "can't make [] into type alias", I tried to change such lines to:
      set current_path to (POSIX path of (current_file as alias))
      set new_file to choose file default location (current_path) with multiple selections allowed
    open new_file
    But, however, the same error remains.
    Do you have any idea on how could this work?
    Thanks!

    wow, 10.4...
    try this:
    set current_path to current_file
    set new_file to choose file default location (current_path) with multiple selections allowed
    open new_file
    I'm not certain when the standard applescript dialogs were updated to accept posix paths, but it may have been 10.5.

  • [SOLVED] error make file compat-drivers

    I just install arch linux on my laptop, and now I don't have any internet connection, last time i use an analog modem install it via wvdial, after the reboot it doesn't recognize the command, so now I'm trying to install my ethernet connection, with this
    $ wget http://www.orbit-lab.org/kernel/compat- … pc.tar.bz2
    $ tar xjf compat-wireless-3.6.8-1-snpc.tar.bz2
    $ cd compat-wireless-3.6.8-1-snpc
    $ ./scripts/driver-select alx
    $ make
    $ sudo make install
    $ sudo modprobe alx
    Cause I don't have internet connection I download the package with other pc, problem now is that when I type the command ./scripts/driver-select alx appears something like this
    Processing new driver-select request...
    Backing up makefile: Makefile.bk
    back up exists: Makefile.bk
    backing up makefile: drivers/net/ethernet/broadcom/Makefile.bk
    backing up makefile: drivers/net/ethernet/atheros/Makefile.bk
    Backup exists: Makefile.bk
    Backup exists: Makefile.bk
    Backup exists: drivers/net/ethernet/broadcom/Makefile.bk
    I don't know if the code above indicates that something is missing, but when I try the make command this appears
    ./scripts/gen-compat-autoconf.sh /mnt/usb/compat-wireless-3.6.8-1-snpc/ .config /mnt/usb/compat-wireless-3.6.8-1-snpc/config.mk > include/linux/compat_autoconf.h
    make -C /lib/modules/3.7.10-1-ARCH/build M=/mnt/usb/compat-wireless-3.6.8-1-snpc modules
    make: *** /lib/modules/3.7.10-1-ARCH/build: No such file or directory. Stop.
    make: *** [modules] Error 2
    Thanks for those who took his time for read my treath
    Last edited by unknow04 (2014-08-20 06:01:28)

    Did you recently update the kernel and not reboot? Although your path, "/lib/modules/3.7.10-1..." seems to be correct, though. I had a similar problem, except the path make was using was "/lib/modules/3.7.9..." when my kernel version was actually 3.7.10-1. It turns out that I had forgotten to reboot after a kernel upgrade. Rebooting fixed it for me. I... kind of doubt this is your problem, though.
    cd to your /lib/modules/3.7.10-1-ARCH directory, and check to see that there is a symlink in there called "build".

Maybe you are looking for